]> git.saurik.com Git - bison.git/commitdiff
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 ddd4156114b5ab5299bf0cc0df11cab05a434193..c0de06d7ab0f63c50b260680621f3cd912c616f1 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)
     {