mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
maint: space changes
* configure.ac, src/complain.c: space changes.
This commit is contained in:
@@ -74,10 +74,11 @@ error_message (location *loc,
|
||||
vfprintf (stderr, message, args);
|
||||
{
|
||||
size_t l = strlen (message);
|
||||
if (l < 2 || message[l-2] != ':' || message[l-1] != ' ') {
|
||||
putc ('\n', stderr);
|
||||
fflush (stderr);
|
||||
}
|
||||
if (l < 2 || message[l-2] != ':' || message[l-1] != ' ')
|
||||
{
|
||||
putc ('\n', stderr);
|
||||
fflush (stderr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user