mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
style: formatting changes
* src/scan-gram.l: here.
This commit is contained in:
@@ -956,7 +956,7 @@ unexpected_end (boundary start, char const *msgid, char const *token_end)
|
|||||||
loc.end = scanner_cursor;
|
loc.end = scanner_cursor;
|
||||||
size_t i = strlen (token_end);
|
size_t i = strlen (token_end);
|
||||||
|
|
||||||
/* Adjust scanner cursor so that any later message does not count
|
/* Adjust scanner cursor so that any later message does not count
|
||||||
the characters about to be inserted. */
|
the characters about to be inserted. */
|
||||||
scanner_cursor.column -= i;
|
scanner_cursor.column -= i;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user