aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-10-20 15:01:13 +1100
committernyamatongwe <unknown>2010-10-20 15:01:13 +1100
commit58cde84b7a4ff75052111bb04f27e78486de701c (patch)
treefcc1b28ce91d1d0435158fbe179013d3f372f107
parentbb013a457fe27b0cff6632739a7935ce103cfe71 (diff)
downloadscintilla-mirror-58cde84b7a4ff75052111bb04f27e78486de701c.tar.gz
Trailing whitespace fixed.
-rw-r--r--lexers/LexRuby.cxx4
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);