Fix whitespacing.
authorMike Stump <mrs@gcc.gnu.org>
Sat, 8 Apr 2006 21:06:26 +0000 (21:06 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sat, 8 Apr 2006 21:06:26 +0000 (21:06 +0000)
From-SVN: r112788

gcc/config/rs6000/darwin.h

index adefe2f..f598914 100644 (file)
@@ -294,14 +294,14 @@ do {                                                                      \
 #ifdef HAVE_GAS_MAX_SKIP_P2ALIGN
 /* This is supported in cctools 465 and later.  The macro test
    above prevents using it in earlier build environments.  */
-#define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP)           \
-   if ((LOG) != 0)                                             \
-     {                                                         \
-       if ((MAX_SKIP) == 0)                                    \
-         fprintf ((FILE), "\t.p2align %d\n", (LOG));           \
-       else                                                    \
-         fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
-     }
+#define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP)          \
+  if ((LOG) != 0)                                             \
+    {                                                         \
+      if ((MAX_SKIP) == 0)                                    \
+        fprintf ((FILE), "\t.p2align %d\n", (LOG));           \
+      else                                                    \
+        fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
+    }
 #endif
 
 #define PROFILE_HOOK(LABEL)   output_profile_hook (LABEL)