From: Theophile Ranquet Date: Mon, 1 Oct 2012 15:01:01 +0000 (+0000) Subject: formatting changes X-Git-Tag: v2.7.90~314 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/46b7d74cb5d2f4ccefdf92f46d25cd8761324f18?ds=inline formatting changes * src/complain.c: Here. Signed-off-by: Akim Demaille --- diff --git a/src/complain.c b/src/complain.c index ddd41561..c0de06d7 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) {