diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2010-03-23 01:38:14 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2010-03-23 01:38:14 +0000 |
commit | d79238bcd68bdd31b9ce890840b79760e8a4eac5 (patch) | |
tree | 0ef5d36703ac2469d7b8a39df770e8eba16d09c8 /gcc | |
parent | 67b476d1b81fc9b20dcee4312f65453301e31741 (diff) | |
download | gcc-d79238bcd68bdd31b9ce890840b79760e8a4eac5.zip gcc-d79238bcd68bdd31b9ce890840b79760e8a4eac5.tar.gz gcc-d79238bcd68bdd31b9ce890840b79760e8a4eac5.tar.bz2 |
Fix indentation.
From-SVN: r157661
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/darwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 3ca507c..101da93 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1178,7 +1178,7 @@ machopic_select_section (tree decl, bool weak = (DECL_P (decl) && DECL_WEAK (decl) && !lookup_attribute ("weak_import", - DECL_ATTRIBUTES (decl))); + DECL_ATTRIBUTES (decl))); section *base_section; switch (categorize_decl_for_section (decl, reloc)) |