From d79238bcd68bdd31b9ce890840b79760e8a4eac5 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 23 Mar 2010 01:38:14 +0000 Subject: [PATCH] Fix indentation. From-SVN: r157661 --- gcc/config/darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 3ca507cc0a3..101da9305c7 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))