diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-03-16 16:57:06 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-03-16 16:57:06 +1100 |
| commit | f6bc0ea88ffc93459eba56a1f1872099500405a0 (patch) | |
| tree | 1275279eb8f81c798caf5624fc33dfaf5bf52e81 /lexers/LexEDIFACT.cxx | |
| parent | c7441815efcd622731ba1c79d7b5f93e5f7eab91 (diff) | |
| download | scintilla-mirror-f6bc0ea88ffc93459eba56a1f1872099500405a0.tar.gz | |
Backport: Remove line-end white space.
Backport of changeset 6625:2dd6b8049c4e.
Diffstat (limited to 'lexers/LexEDIFACT.cxx')
| -rw-r--r-- | lexers/LexEDIFACT.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexEDIFACT.cxx b/lexers/LexEDIFACT.cxx index aafd5c2a9..d03e60a70 100644 --- a/lexers/LexEDIFACT.cxx +++ b/lexers/LexEDIFACT.cxx @@ -4,7 +4,7 @@ // and more readably here: https://en.wikipedia.org/wiki/EDIFACT // This code is subject to the same license terms as the rest of the scintilla project: // The License.txt file describes the conditions under which this software may be distributed. -// +// // Header order must match order in scripts/HeaderOrder.txt #include <cstdlib> @@ -145,7 +145,7 @@ void LexerEDIFACT::Lex(Sci_PositionU startPos, Sci_Position lengthDoc, int, IDoc if (SegmentStyle == SCE_EDI_UNA) { posCurrent += 9; - styler.ColourTo(posCurrent - 1, SCE_EDI_UNA); // UNA + styler.ColourTo(posCurrent - 1, SCE_EDI_UNA); // UNA continue; } posSegmentStart = posCurrent; |
