summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/darwin.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-08 21:06:26 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-08 21:06:26 +0000
commitee11b6d47ec3f55b17e05cdfbee10b9867eabe1b (patch)
tree443cfbc13886308c8a6c8f78a22fa99f6b08d2cc /gcc/config/rs6000/darwin.h
parent0786082315c1a3fedcf5530461bd35f4e11b4bc4 (diff)
downloadgcc-ee11b6d47ec3f55b17e05cdfbee10b9867eabe1b.tar.gz
Fix whitespacing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112788 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/darwin.h')
-rw-r--r--gcc/config/rs6000/darwin.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index adefe2fdf13..f598914df56 100644
--- a/gcc/config/rs6000/darwin.h
+++ b/gcc/config/rs6000/darwin.h
@@ -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)