Remove trailing whitespace from several files

No real changes.

See https://github.com/wxWidgets/wxWidgets/pull/787
This commit is contained in:
Jan Niklas Hasse
2018-04-11 16:15:09 +02:00
committed by Vadim Zeitlin
parent 8d02384792
commit 496da2e550
30 changed files with 134 additions and 134 deletions

View File

@@ -93,7 +93,7 @@ public:
*/
void InsertHandler(wxXmlResourceHandler *handler);
/**
Attaches an unknown control to the given panel/window/dialog.
Unknown controls are used in conjunction with \<object class="unknown"\>.
@@ -115,7 +115,7 @@ public:
*/
static void AddSubclassFactory(wxXmlSubclassFactory *factory);
/**
Compares the XRC version to the argument.
@@ -785,7 +785,7 @@ protected:
/**
After CreateResource has been called this will return the current
wxXmlResource object.
@since 2.9.5
*/
wxXmlResource* GetResource() const;
@@ -829,6 +829,6 @@ protected:
@since 2.9.5
*/
wxWindow* GetParentAsWindow() const;
wxWindow* GetParentAsWindow() const;
};