Commit 7fc6e2c6 by David Edelsohn

Fix formatting.

From-SVN: r241322
parent adc577c5
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
fputs ("\t.extern .", FILE); \ fputs ("\t.extern .", FILE); \
RS6000_OUTPUT_BASENAME (FILE, buffer); \ RS6000_OUTPUT_BASENAME (FILE, buffer); \
putc ('\n', FILE); \ putc ('\n', FILE); \
fprintf(FILE, "\t.rename .%s,\".%s\"\n", buffer, NAME); \ fprintf (FILE, "\t.rename .%s,\".%s\"\n", buffer, NAME); \
} \ } \
} }
......
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