formatting changes
authorTheophile Ranquet <theophile.ranquet@gmail.com>
Mon, 1 Oct 2012 15:01:01 +0000 (15:01 +0000)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 1 Oct 2012 13:45:09 +0000 (15:45 +0200)
* src/complain.c: Here.

Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
src/complain.c

index ddd4156..c0de06d 100644 (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)
     {