aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-10-26 20:34:56 +1100
committernyamatongwe <unknown>2010-10-26 20:34:56 +1100
commit30ce4d0267afd79ea09005bf4f83ba252240813a (patch)
treea4c4969e1217dd128cbec0e1393e1895b78806ba
parent9031df222bb35cfc042fa786a6a417addadda932 (diff)
downloadscintilla-mirror-30ce4d0267afd79ea09005bf4f83ba252240813a.tar.gz
Whitespace.
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 2f7cc4163..608201af7 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -2060,7 +2060,7 @@ void Editor::LayoutLine(int line, Surface *surface, ViewStyle &vstyle, LineLayou
ll->styles[styleInLine] = static_cast<char>(styleByte & styleMask);
ll->indicators[styleInLine] = static_cast<char>(styleByte & ~styleMask);
}
- styleByte =static_cast<char>((numCharsInLine ? ll->styles[numCharsInLine] : 0) & styleMask);
+ styleByte = static_cast<char>((numCharsInLine ? ll->styles[numCharsInLine] : 0) & styleMask);
if (vstyle.someStylesForceCase) {
for (int charInLine = 0; charInLine<lineLength; charInLine++) {
char chDoc = ll->chars[charInLine];