changeset 461:f9508c3678dc draft

fix whitespace
author tcatm <tcatm@gawab.com>
date Thu, 03 Mar 2011 22:27:20 +0100
parents c8fd1ed13260
children 85eeda08dc9e
files init.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/init.cpp
+++ b/init.cpp
@@ -92,7 +92,7 @@
     catch (std::exception& e) {
         PrintException(&e, "AppInit()");
     } catch (...) {
-	    PrintException(NULL, "AppInit()");
+        PrintException(NULL, "AppInit()");
     }
     if (!fRet)
         Shutdown(NULL);