mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +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)
|
if (loc)
|
||||||
pos += location_print (stderr, *loc);
|
pos += location_print (stderr, *loc);
|
||||||
else
|
else
|
||||||
pos += fprintf(stderr, "%s", current_file ? current_file : program_name);
|
pos += fprintf (stderr, "%s", current_file ? current_file : program_name);
|
||||||
pos += fprintf(stderr, ": ");
|
pos += fprintf (stderr, ": ");
|
||||||
|
|
||||||
if (indent_ptr)
|
if (indent_ptr)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user