Remove trailing spaces in webview code

This commit is contained in:
Maarten Bent
2018-08-22 20:02:42 +02:00
parent bfafb74761
commit 190cb0e025
6 changed files with 22 additions and 22 deletions

View File

@@ -259,7 +259,7 @@ public:
class ClassFactory : public IClassFactory
{
public:
ClassFactory(wxSharedPtr<wxWebViewHandler> handler) : m_handler(handler)
ClassFactory(wxSharedPtr<wxWebViewHandler> handler) : m_handler(handler)
{ AddRef(); }
virtual ~ClassFactory() {}