mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tiny whitespace fix.
This commit is contained in:
@@ -19,7 +19,7 @@ using namespace boost;
|
||||
|
||||
void startApp()
|
||||
{
|
||||
theApp=new Application();
|
||||
theApp = new Application();
|
||||
theApp->run(); // blocks till we get a stop RPC
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user