aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexKVIrc.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
commit6652c4eadad09cf6ea23b690c92d70b55a49d57f (patch)
tree955441c738e7e43de65414f956b16d678486eb1a /lexers/LexKVIrc.cxx
parentad16ecb14a085d950b6a243b02267a0eca50f5c9 (diff)
downloadscintilla-mirror-6652c4eadad09cf6ea23b690c92d70b55a49d57f.tar.gz
Remove line end whitespace.
Diffstat (limited to 'lexers/LexKVIrc.cxx')
-rw-r--r--lexers/LexKVIrc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexKVIrc.cxx b/lexers/LexKVIrc.cxx
index 76259db7e..75cb8331b 100644
--- a/lexers/LexKVIrc.cxx
+++ b/lexers/LexKVIrc.cxx
@@ -359,7 +359,7 @@ static void FoldKVIrcDoc(Sci_PositionU startPos, Sci_Position length, int /*init
WordList *[], Accessor &styler)
{
/* Based on CMake's folder */
-
+
/* Exiting if folding isnt enabled */
if ( styler.GetPropertyInt("fold") == 0 )
return;