diff --git a/lexilla/lexers_x/LexMarkdown.cxx b/lexilla/lexers_x/LexMarkdown.cxx index a24f3ef64..d79ac5403 100644 --- a/lexilla/lexers_x/LexMarkdown.cxx +++ b/lexilla/lexers_x/LexMarkdown.cxx @@ -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