aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVisualProlog.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-11-20 11:05:28 +1100
committerNeil <nyamatongwe@gmail.com>2015-11-20 11:05:28 +1100
commit124307f221172d8c0638307f8ea227a842b45b1f (patch)
tree40ef82f0d3ee0f65de8839c5649c2938d0f92a07 /lexers/LexVisualProlog.cxx
parent28c1e186b953ae0c8fe7681c7d7ae8950efb266f (diff)
downloadscintilla-mirror-124307f221172d8c0638307f8ea227a842b45b1f.tar.gz
Remove line end whitespace.
Diffstat (limited to 'lexers/LexVisualProlog.cxx')
-rw-r--r--lexers/LexVisualProlog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexVisualProlog.cxx b/lexers/LexVisualProlog.cxx
index 5166ab2ae..d05413d7b 100644
--- a/lexers/LexVisualProlog.cxx
+++ b/lexers/LexVisualProlog.cxx
@@ -396,7 +396,7 @@ void SCI_METHOD LexerVisualProlog::Lex(Sci_PositionU startPos, Sci_Position leng
if (sc.atLineEnd) {
// Update the line state, so it can be seen by next line
int lineState = 0;
- if (SCE_VISUALPROLOG_STRING_VERBATIM_EOL == sc.state) {
+ if (SCE_VISUALPROLOG_STRING_VERBATIM_EOL == sc.state) {
lineState = closingQuote;
} else if (SCE_VISUALPROLOG_COMMENT_BLOCK == sc.state) {
lineState = nestLevel;