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

@@ -445,11 +445,11 @@ public:
*/
wxWindow* SetDefaultItem(wxWindow* win);
wxWindow* SetTmpDefaultItem(wxWindow * win);
wxWindow* GetTmpDefaultItem() const;
/**
Sets the icon for this window.
@@ -571,20 +571,20 @@ public:
there are any open top level windows.
*/
virtual bool ShouldPreventAppExit() const;
/**
This function sets the wxTopLevelWindow's modified state on OS X,
which currently draws a black dot in the wxTopLevelWindow's close button.
On other platforms, this method does nothing.
@see OSXIsModified()
*/
virtual void OSXSetModified(bool modified);
/**
Returns the current modified state of the wxTopLevelWindow on OS X.
On other platforms, this method does nothing.
@see OSXSetModified()
*/
virtual bool OSXIsModified() const;
@@ -611,7 +611,7 @@ public:
virtual void ShowWithoutActivating();
/**
Enables the maximize button to toggle full screen mode. Prior to
Enables the maximize button to toggle full screen mode. Prior to
OS X 10.10 a full screen button is added to the right upper corner
of a window's title bar.