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))