bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/6] formatting changes


From: Theophile Ranquet
Subject: [PATCH 4/6] formatting changes
Date: Mon, 1 Oct 2012 15:01:01 +0000

* src/complain.c: Here.
---
 src/complain.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/complain.c b/src/complain.c
index f1f66d2..91bb528 100644
--- a/src/complain.c
+++ b/src/complain.c
@@ -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)
     {
-- 
1.7.11.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]