mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +00:00
formatting changes
* src/complain.c: Here. Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
This commit is contained in:
committed by
Akim Demaille
parent
782e818718
commit
46b7d74cb5
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user