From 30ce4d0267afd79ea09005bf4f83ba252240813a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 26 Oct 2010 20:34:56 +1100 Subject: Whitespace. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(styleByte & styleMask); ll->indicators[styleInLine] = static_cast(styleByte & ~styleMask); } - styleByte =static_cast((numCharsInLine ? ll->styles[numCharsInLine] : 0) & styleMask); + styleByte = static_cast((numCharsInLine ? ll->styles[numCharsInLine] : 0) & styleMask); if (vstyle.someStylesForceCase) { for (int charInLine = 0; charInLinechars[charInLine]; -- cgit v1.2.3