@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.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4168#discussion_r1894667829
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4168/review/[email protected]>