formatting changes

* src/complain.c: Here.

Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
This commit is contained in:
Theophile Ranquet
2012-10-01 15:01:01 +00:00
committed by Akim Demaille
parent 782e818718
commit 46b7d74cb5

View File

@@ -90,8 +90,8 @@ error_message (const location *loc, warnings flags, const char *prefix,
if (loc)
pos += location_print (stderr, *loc);
else
pos += fprintf(stderr, "%s", current_file ? current_file : program_name);
pos += fprintf(stderr, ": ");
pos += fprintf (stderr, "%s", current_file ? current_file : program_name);
pos += fprintf (stderr, ": ");
if (indent_ptr)
{