Fix indention typo.
authorJeff Law <law@gcc.gnu.org>
Sun, 3 Dec 1995 06:37:49 +0000 (23:37 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 3 Dec 1995 06:37:49 +0000 (23:37 -0700)
From-SVN: r10665

gcc/varasm.c

index 42b81fa4d86d5baca521e8c5d25af13b6c3f6d08..3b30c9929d9b9661763ac36eaa9842d54876711f 100644 (file)
@@ -275,8 +275,8 @@ function_section (decl)
   if (decl != NULL_TREE
       && DECL_SECTION_NAME (decl) != NULL_TREE)
     named_section (decl, (char *) 0);
- else
-   text_section ();
 else
+    text_section ();
 }
 \f
 /* Create the rtl to represent a function, for a function definition.