Commit 8b43265c by Jeff Law

Fix indention typo.

From-SVN: r10665
parent e236a9ff
...@@ -275,8 +275,8 @@ function_section (decl) ...@@ -275,8 +275,8 @@ function_section (decl)
if (decl != NULL_TREE if (decl != NULL_TREE
&& DECL_SECTION_NAME (decl) != NULL_TREE) && DECL_SECTION_NAME (decl) != NULL_TREE)
named_section (decl, (char *) 0); named_section (decl, (char *) 0);
else else
text_section (); text_section ();
} }
/* Create the rtl to represent a function, for a function definition. /* Create the rtl to represent a function, for a function definition.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment