Commit 469adec3 by Richard Kenner

Clean up whitespace.

From-SVN: r3865
parent f25359b5
...@@ -1417,7 +1417,7 @@ read_only_data_section () \ ...@@ -1417,7 +1417,7 @@ read_only_data_section () \
{ \ { \
if (in_section != read_only_data) \ 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); \ xcoff_read_only_section_name); \
in_section = read_only_data; \ in_section = read_only_data; \
} \ } \
...@@ -1428,7 +1428,7 @@ private_data_section () \ ...@@ -1428,7 +1428,7 @@ private_data_section () \
{ \ { \
if (in_section != private_data) \ 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); \ xcoff_private_data_section_name); \
\ \
in_section = private_data; \ in_section = private_data; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment