From 6c52f735d9fc7fb079750c384f726a1434756973 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 30 Apr 2012 05:54:11 -0700 Subject: [PATCH] Tiny whitespace fix. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a51aa1c412..9f5b84fdf8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,7 @@ using namespace boost; void startApp() { - theApp=new Application(); + theApp = new Application(); theApp->run(); // blocks till we get a stop RPC }