mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:30:59 +08:00
Fix indention typo.
From-SVN: r10665
This commit is contained in:
parent
e236a9ff68
commit
8b43265c26
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user