diff options
author | nyamatongwe <unknown> | 2013-04-24 16:33:36 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-24 16:33:36 +1000 |
commit | 9729603fd826b145cb463a500a1d445b3c6770f8 (patch) | |
tree | 8eb9bccdaa522725c438045c0a1a9d5a6cf5ad7d /win32/ScintillaWin.cxx | |
parent | 6eba3b88529b2993404ecd3ceff789f5c97021d8 (diff) | |
download | scintilla-mirror-9729603fd826b145cb463a500a1d445b3c6770f8.tar.gz |
Cosmetic: remove line-end whitespace.
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r-- | win32/ScintillaWin.cxx | 4 |
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)) { |