aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-06-17 08:45:40 +1000
committerNeil <nyamatongwe@gmail.com>2019-06-17 08:45:40 +1000
commita82f89692231c7bd44b1dab9f4343836bbf1fa54 (patch)
tree6784d1bf95a14f39687804dc961e29a6b68477b6
parent5f73e5a7cdd14ff8d6a17874ccd3fa39bad0bdce (diff)
downloadscintilla-mirror-a82f89692231c7bd44b1dab9f4343836bbf1fa54.tar.gz
Fix trailing space.
-rw-r--r--win32/ScintillaWin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 31b9a59c6..0aca39fdc 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -121,7 +121,7 @@
// Two idle messages SC_WIN_IDLE and SC_WORK_IDLE.
// SC_WIN_IDLE is low priority so should occur after the next WM_PAINT
-// It is for lengthy actions like wrapping and background styling
+// It is for lengthy actions like wrapping and background styling
constexpr UINT SC_WIN_IDLE = 5001;
// SC_WORK_IDLE is high priority and should occur before the next WM_PAINT
// It is for shorter actions like restyling the text just inserted