Fix indention typo.

From-SVN: r10665
This commit is contained in:
Jeff Law 1995-12-02 23:37:49 -07:00
parent e236a9ff68
commit 8b43265c26

View 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 ();
}
/* Create the rtl to represent a function, for a function definition.