aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVHDL.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
committerNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
commitf6bc0ea88ffc93459eba56a1f1872099500405a0 (patch)
tree1275279eb8f81c798caf5624fc33dfaf5bf52e81 /lexers/LexVHDL.cxx
parentc7441815efcd622731ba1c79d7b5f93e5f7eab91 (diff)
downloadscintilla-mirror-f6bc0ea88ffc93459eba56a1f1872099500405a0.tar.gz
Backport: Remove line-end white space.
Backport of changeset 6625:2dd6b8049c4e.
Diffstat (limited to 'lexers/LexVHDL.cxx')
-rw-r--r--lexers/LexVHDL.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexVHDL.cxx b/lexers/LexVHDL.cxx
index de87d2792..92b18269b 100644
--- a/lexers/LexVHDL.cxx
+++ b/lexers/LexVHDL.cxx
@@ -167,7 +167,7 @@ static void ColouriseVHDLDoc(
sc.SetState(SCE_VHDL_OPERATOR);
}
}
-
+
if (advance)
sc.Forward();
}