From: Richard Kenner Date: Wed, 24 Mar 1993 13:18:04 +0000 (-0500) Subject: Clean up whitespace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=469adec3fbf61d1e28ae727859e3e047811f9c33;p=gcc.git Clean up whitespace. From-SVN: r3865 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index a7f98c559fd..7e77c1d984a 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; \