diff options
Diffstat (limited to 'lexers/LexAVS.cxx')
-rw-r--r-- | lexers/LexAVS.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexAVS.cxx b/lexers/LexAVS.cxx index 6e0980715..129c3563b 100644 --- a/lexers/LexAVS.cxx +++ b/lexers/LexAVS.cxx @@ -83,7 +83,7 @@ static void ColouriseAvsDoc( styler.SetLineState(currentLine, 0); } } - + // Determine if the current state should terminate. if (sc.state == SCE_AVS_OPERATOR) { sc.SetState(SCE_AVS_DEFAULT); |