diff --git a/monitor.cpp b/monitor.cpp --- 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; }