From 58cde84b7a4ff75052111bb04f27e78486de701c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 20 Oct 2010 15:01:13 +1100 Subject: Trailing whitespace fixed. --- lexers/LexRuby.cxx | 4 ++-- 1 file 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); -- cgit v1.2.3