@techee commented on this pull request.
@@ -1079,7 +833,7 @@
const Sci::Line lineStart = lineInsert;
// s may not NULL-terminated, ensure *ptr == '\n' or *next == '\n' is valid. - const char * const end = s + insertLength - 1; + const char *const end = s + insertLength - 1;
Not sure if this is something we have to worry about - the code is the same as in the previous Scintilla version apart from the whitespace change.