From a52723e3e8775e594ba9fee78164a9a3ed98395a Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 13 Nov 2018 06:51:23 +0100 Subject: [PATCH] style: formatting changes * src/scan-gram.l: here. --- src/scan-gram.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scan-gram.l b/src/scan-gram.l index 52b53fea..2b77226b 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -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;