aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-04-24 16:33:36 +1000
committernyamatongwe <devnull@localhost>2013-04-24 16:33:36 +1000
commit440e6883c5563a04ba46de3dbe4949f20cde5124 (patch)
tree88b626f907b6969a1be3f7a22c9b4ea5fed7b51a /win32/ScintillaWin.cxx
parent3438ec5950c6ff3fcd9d4feb5c831ebbde93d60c (diff)
downloadscintilla-mirror-440e6883c5563a04ba46de3dbe4949f20cde5124.tar.gz
Cosmetic: remove line-end whitespace.
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 9775f4ba7..7db2fc0fd 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -780,7 +780,7 @@ sptr_t ScintillaWin::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam
::SendMessage(hWnd, iMessage, wParam, lParam);
break;
}
-
+
// Don't handle datazoom.
// (A good idea for datazoom would be to "fold" or "unfold" details.
// i.e. if datazoomed out only class structures are visible, when datazooming in the control
@@ -1167,7 +1167,7 @@ sptr_t ScintillaWin::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam
case SCI_GETKEYSUNICODE:
return keysAlwaysUnicode;
-
+
case SCI_SETTECHNOLOGY:
if ((wParam == SC_TECHNOLOGY_DEFAULT) || (wParam == SC_TECHNOLOGY_DIRECTWRITE)) {
if (technology != static_cast<int>(wParam)) {