diff options
author | nyamatongwe <unknown> | 2010-10-20 15:01:13 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-10-20 15:01:13 +1100 |
commit | 58cde84b7a4ff75052111bb04f27e78486de701c (patch) | |
tree | fcc1b28ce91d1d0435158fbe179013d3f372f107 /lexers/LexRuby.cxx | |
parent | bb013a457fe27b0cff6632739a7935ce103cfe71 (diff) | |
download | scintilla-mirror-58cde84b7a4ff75052111bb04f27e78486de701c.tar.gz |
Trailing whitespace fixed.
Diffstat (limited to 'lexers/LexRuby.cxx')
-rw-r--r-- | lexers/LexRuby.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexRuby.cxx b/lexers/LexRuby.cxx index b74ea146c..22410848e 100644 --- a/lexers/LexRuby.cxx +++ b/lexers/LexRuby.cxx @@ -1482,7 +1482,7 @@ static bool keywordIsModifier(const char *word, break; } } - + styler.Flush(); while (--pos >= lineStartPosn) { style = actual_style(styler.StyleAt(pos)); @@ -1493,7 +1493,7 @@ static bool keywordIsModifier(const char *word, // Scintilla's LineStart() and GetLine() routines aren't // platform-independent, so if we have text prepared with // a different system we can't rely on it. - + // Also, lineStartPosn may have been moved to more than one // line above word's line while pushing past continuations. chPrev = styler.SafeGetCharAt(pos - 1); |