style: formatting changes

* src/scan-gram.l: here.
This commit is contained in:
Akim Demaille
2018-11-13 06:51:23 +01:00
parent e4fd17bffa
commit a52723e3e8

View File

@@ -956,7 +956,7 @@ unexpected_end (boundary start, char const *msgid, char const *token_end)
loc.end = scanner_cursor;
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. */
scanner_cursor.column -= i;