From 469adec3fbf61d1e28ae727859e3e047811f9c33 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 24 Mar 1993 08:18:04 -0500 Subject: [PATCH] Clean up whitespace. From-SVN: r3865 --- gcc/config/rs6000/rs6000.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; \ -- 2.30.2