aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-03-24 08:18:04 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-03-24 08:18:04 -0500
commit469adec3fbf61d1e28ae727859e3e047811f9c33 (patch)
tree85ee09a37a9c0c6c584276a8ee23eefd4d9b2391 /gcc
parentf25359b5e255343d3166a3344d602007da0659d2 (diff)
downloadgcc-469adec3fbf61d1e28ae727859e3e047811f9c33.zip
gcc-469adec3fbf61d1e28ae727859e3e047811f9c33.tar.gz
gcc-469adec3fbf61d1e28ae727859e3e047811f9c33.tar.bz2
Clean up whitespace.
From-SVN: r3865
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/rs6000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
index a7f98c5..7e77c1d 100644
--- a/gcc/config/rs6000/rs6000.h
+++ b/gcc/config/rs6000/rs6000.h
@@ -1417,7 +1417,7 @@ read_only_data_section () \
{ \
if (in_section != read_only_data) \
{ \
- fprintf (asm_out_file, ".csect %s[RO]\n", \
+ fprintf (asm_out_file, ".csect %s[RO]\n", \
xcoff_read_only_section_name); \
in_section = read_only_data; \
} \
@@ -1428,7 +1428,7 @@ private_data_section () \
{ \
if (in_section != private_data) \
{ \
- fprintf (asm_out_file, ".csect %s[RW]\n", \
+ fprintf (asm_out_file, ".csect %s[RW]\n", \
xcoff_private_data_section_name); \
\
in_section = private_data; \