+ cln: add comment

This commit is contained in:
Rainer Kottenhoff 2021-07-22 20:47:00 +02:00
parent 89b63940c4
commit f4e10759a3

View File

@ -57,7 +57,7 @@
using namespace Lexilla;
constexpr bool IsNewline(const int ch) {
return (ch == '\n' || ch == '\r' || ch == '\0');
return (ch == '\n' || ch == '\r' || ch == '\0'); // sc.GetRelative(i) returns '\0' if out of range
}
// True if can follow ch down to the end with possibly trailing whitespace