diff sv/main/main.cpp @ 125:66af7c1b10d9

(none)
author ivand_qmul
date Mon, 22 Oct 2007 13:59:27 +0000
parents 3a99e1897d18
children 8b41bf9a7c65
line wrap: on
line diff
--- a/sv/main/main.cpp	Mon Oct 22 13:55:21 2007 +0000
+++ b/sv/main/main.cpp	Mon Oct 22 13:59:27 2007 +0000
@@ -168,7 +168,8 @@
     cleanupMutex.lock();
     std::cerr << "signalHandler: cleaning up and exiting" << std::endl;
     TempDirectory::getInstance()->cleanup();
-    exit(0); // without releasing mutex
+    
+	exit(0); // without releasing mutex
 }
 
 class SVApplication : public QApplication
@@ -342,7 +343,7 @@
 */
     int rv = application.exec();
 //    std::cerr << "application.exec() returned " << rv << std::endl;
-
+	
     cleanupMutex.lock();
     TempDirectory::getInstance()->cleanup();
     application.releaseMainWindow();