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

@@ -382,27 +382,27 @@ public:
@remarks Use only after the menubar has been associated with a frame.
*/
virtual void SetMenuLabel(size_t pos, const wxString& label);
/**
/**
Enables you to set the global menubar on Mac, that is, the menubar displayed
when the app is running without any frames open.
@param menubar
The menubar to set.
@remarks Only exists on Mac, other platforms do not have this method.
@remarks Only exists on Mac, other platforms do not have this method.
@onlyfor{wxosx}
*/
static void MacSetCommonMenuBar(wxMenuBar* menubar);
/**
/**
Enables you to get the global menubar on Mac, that is, the menubar displayed
when the app is running without any frames open.
@return The global menubar.
@remarks Only exists on Mac, other platforms do not have this method.
@remarks Only exists on Mac, other platforms do not have this method.
@onlyfor{wxosx}
*/
@@ -511,7 +511,7 @@ public:
Constructs a wxMenu object.
*/
wxMenu();
/**
Constructs a wxMenu object.
@@ -1050,7 +1050,7 @@ public:
*/
void UpdateUI(wxEvtHandler* source = NULL);
void SetInvokingWindow(wxWindow *win);
wxWindow *GetInvokingWindow() const;
wxWindow *GetWindow() const;