From: David Edelsohn Date: Tue, 18 Oct 2016 23:37:07 +0000 (-0400) Subject: Fix formatting. X-Git-Tag: basepoints/gcc-8~3772 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fc6e2c6fdfb06153de52a589f107de3f1a39b56;p=thirdparty%2Fgcc.git Fix formatting. From-SVN: r241322 --- diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 743cc772910e..cfdc528ef954 100644 --- a/gcc/config/rs6000/xcoff.h +++ b/gcc/config/rs6000/xcoff.h @@ -169,7 +169,7 @@ fputs ("\t.extern .", FILE); \ RS6000_OUTPUT_BASENAME (FILE, buffer); \ putc ('\n', FILE); \ - fprintf(FILE, "\t.rename .%s,\".%s\"\n", buffer, NAME); \ + fprintf (FILE, "\t.rename .%s,\".%s\"\n", buffer, NAME); \ } \ }