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:
@@ -46,7 +46,7 @@ class WXDLLIMPEXP_HTML wxHtmlHelpController : public wxHelpControllerBase // wxE
|
||||
public:
|
||||
wxHtmlHelpController(int style = wxHF_DEFAULT_STYLE, wxWindow* parentWindow = NULL);
|
||||
wxHtmlHelpController(wxWindow* parentWindow, int style = wxHF_DEFAULT_STYLE);
|
||||
|
||||
|
||||
virtual ~wxHtmlHelpController();
|
||||
|
||||
void SetShouldPreventAppExit(bool enable);
|
||||
@@ -117,7 +117,7 @@ public:
|
||||
|
||||
protected:
|
||||
void Init(int style);
|
||||
|
||||
|
||||
virtual wxWindow* CreateHelpWindow();
|
||||
virtual wxHtmlHelpFrame* CreateHelpFrame(wxHtmlHelpData *data);
|
||||
virtual wxHtmlHelpDialog* CreateHelpDialog(wxHtmlHelpData *data);
|
||||
|
Reference in New Issue
Block a user