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

@@ -257,7 +257,7 @@ enum wxSystemScreenType
wxSystemSettings allows the application to ask for details about the system.
This can include settings such as standard colours, fonts, and user interface
This can include settings such as standard colours, fonts, and user interface
element sizes.
@library{wxcore}
@@ -279,9 +279,9 @@ public:
/**
Returns a system colour.
@param index
@param index
Can be one of the ::wxSystemColour enum values.
@return
The returned colour is always valid.
*/
@@ -290,9 +290,9 @@ public:
/**
Returns a system font.
@param index
@param index
Can be one of the ::wxSystemFont enum values.
@return
The returned font is always valid.
*/