From 5e119f24786203cf55aa9d9ff0ef7a39106d601d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 22 Nov 2002 19:06:12 +0000 Subject: [PATCH] Whitespace-only changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/stc/stc.h | 8 ++++---- contrib/src/stc/scintilla/include/Scintilla.iface | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/include/wx/stc/stc.h b/contrib/include/wx/stc/stc.h index db2ee01ae8..dcb89d0463 100644 --- a/contrib/include/wx/stc/stc.h +++ b/contrib/include/wx/stc/stc.h @@ -338,14 +338,14 @@ // Move caret to first position on display line. #define wxSTC_CMD_HOMEDISPLAY 2345 -// Move caret to first position on display line extending selection to +// Move caret to first position on display line extending selection to // new caret position. #define wxSTC_CMD_HOMEDISPLAYEXTEND 2346 // Move caret to last position on display line. #define wxSTC_CMD_LINEENDDISPLAY 2347 -// Move caret to last position on display line extending selection to new +// Move caret to last position on display line extending selection to new // caret position. #define wxSTC_CMD_LINEENDDISPLAYEXTEND 2348 #define wxSTC_EDGE_NONE 0 @@ -1653,14 +1653,14 @@ public: // Move caret to first position on display line. void HomeDisplay(); - // Move caret to first position on display line extending selection to + // Move caret to first position on display line extending selection to // new caret position. void HomeDisplayExtend(); // Move caret to last position on display line. void LineEndDisplay(); - // Move caret to last position on display line extending selection to new + // Move caret to last position on display line extending selection to new // caret position. void LineEndDisplayExtend(); diff --git a/contrib/src/stc/scintilla/include/Scintilla.iface b/contrib/src/stc/scintilla/include/Scintilla.iface index 776fe8f2b7..d6383b103b 100644 --- a/contrib/src/stc/scintilla/include/Scintilla.iface +++ b/contrib/src/stc/scintilla/include/Scintilla.iface @@ -1130,14 +1130,14 @@ fun void DeleteBackNotLine=2344(,) # Move caret to first position on display line. fun void HomeDisplay=2345(,) -# Move caret to first position on display line extending selection to +# Move caret to first position on display line extending selection to # new caret position. fun void HomeDisplayExtend=2346(,) # Move caret to last position on display line. fun void LineEndDisplay=2347(,) -# Move caret to last position on display line extending selection to new +# Move caret to last position on display line extending selection to new # caret position. fun void LineEndDisplayExtend=2348(,)