monitor.cpp
changeset 4 fdf04a93faeb
parent 0 826dd5531eb0
child 7 f23b595e590e
--- a/monitor.cpp
+++ b/monitor.cpp
@@ -49,8 +49,7 @@
 
     try {
         reader = new readerThread (this);
-    }
-    catch (std::exception const &e) {
+    } catch (std::exception const &e) {
         textEdit->append (e.what ());
         reader = NULL;
     }