From: David Edelsohn Date: Tue, 18 Oct 2016 23:37:07 +0000 (-0400) Subject: Fix formatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fc6e2c6fdfb06153de52a589f107de3f1a39b56;p=gcc.git Fix formatting. From-SVN: r241322 --- diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 743cc772910..cfdc528ef95 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); \ } \ }