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:
@@ -718,7 +718,7 @@ public:
|
||||
/**
|
||||
Used in a C++ implementation file to complete the declaration of a class
|
||||
that has run-time type information.
|
||||
|
||||
|
||||
@header{wx/object.h}
|
||||
|
||||
Example:
|
||||
@@ -736,7 +736,7 @@ public:
|
||||
|
||||
/**
|
||||
Used in a C++ implementation file to complete the declaration of a class
|
||||
that has run-time type information and two base classes.
|
||||
that has run-time type information and two base classes.
|
||||
|
||||
@header{wx/object.h}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user