fix whitespace
authortcatm <tcatm@gawab.com>
Thu, 3 Mar 2011 21:27:20 +0000 (22:27 +0100)
committertcatm <tcatm@gawab.com>
Thu, 3 Mar 2011 21:27:20 +0000 (22:27 +0100)
init.cpp

index a9b7a7d..0548acc 100644 (file)
--- a/init.cpp
+++ b/init.cpp
@@ -92,7 +92,7 @@ bool AppInit(int argc, char* argv[])
     catch (std::exception& e) {
         PrintException(&e, "AppInit()");
     } catch (...) {
-           PrintException(NULL, "AppInit()");
+        PrintException(NULL, "AppInit()");
     }
     if (!fRet)
         Shutdown(NULL);