Commit d79238bc by Mike Stump

Fix indentation.

From-SVN: r157661
parent 67b476d1
...@@ -1178,7 +1178,7 @@ machopic_select_section (tree decl, ...@@ -1178,7 +1178,7 @@ machopic_select_section (tree decl,
bool weak = (DECL_P (decl) bool weak = (DECL_P (decl)
&& DECL_WEAK (decl) && DECL_WEAK (decl)
&& !lookup_attribute ("weak_import", && !lookup_attribute ("weak_import",
DECL_ATTRIBUTES (decl))); DECL_ATTRIBUTES (decl)));
section *base_section; section *base_section;
switch (categorize_decl_for_section (decl, reloc)) switch (categorize_decl_for_section (decl, reloc))
......
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