Remove trailing whitespace from several files
No real changes. See https://github.com/wxWidgets/wxWidgets/pull/787
This commit is contained in:
committed by
Vadim Zeitlin
parent
8d02384792
commit
496da2e550
@@ -302,7 +302,7 @@ int wxAppConsoleBase::OnRun()
|
||||
}
|
||||
|
||||
void wxAppConsoleBase::OnLaunched()
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
int wxAppConsoleBase::OnExit()
|
||||
@@ -376,7 +376,7 @@ int wxAppConsoleBase::MainLoop()
|
||||
|
||||
if (wxTheApp)
|
||||
wxTheApp->OnLaunched();
|
||||
|
||||
|
||||
return m_mainLoop ? m_mainLoop->Run() : -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user