aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2010-03-23 01:38:14 +0000
committerMike Stump <mrs@gcc.gnu.org>2010-03-23 01:38:14 +0000
commitd79238bcd68bdd31b9ce890840b79760e8a4eac5 (patch)
tree0ef5d36703ac2469d7b8a39df770e8eba16d09c8 /gcc
parent67b476d1b81fc9b20dcee4312f65453301e31741 (diff)
downloadgcc-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.c2
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))