Remove all trailing spaces

No real changes, just clean up sources by removing trailing spaces from
all the non-generated files.

This should hopefully avoid future commits mixing significant changes
with insignificant whitespace ones.
This commit is contained in:
Vadim Zeitlin
2019-01-30 17:28:08 +01:00
parent ae94f4da9c
commit 8fbca5cb70
320 changed files with 1611 additions and 1611 deletions

View File

@@ -539,7 +539,7 @@ public:
void SetTargetWindow(wxWindow *window);
wxWindow *GetTargetWindow() const;
void SetTargetRect(const wxRect& rect);
wxRect GetTargetRect() const;
@@ -562,13 +562,13 @@ public:
window.
*/
void StopAutoScrolling();
/**
This method can be overridden in a derived class to forbid sending the
auto scroll events - note that unlike StopAutoScrolling() it doesn't
stop the timer, so it will be called repeatedly and will typically
return different values depending on the current mouse position
The base class version just returns true.
*/
virtual bool SendAutoScrollEvents(wxScrollWinEvent& event) const;