Tiny whitespace fix.

This commit is contained in:
JoelKatz
2012-04-30 05:54:11 -07:00
parent d4e3c3cbd3
commit 6c52f735d9

View File

@@ -19,7 +19,7 @@ using namespace boost;
void startApp()
{
theApp=new Application();
theApp = new Application();
theApp->run(); // blocks till we get a stop RPC
}