aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger/gui/tst_gui.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-16 12:59:39 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-16 14:27:13 +0200
commit82aa1380f2f31761f53a17b5a5f67417cb5eaf20 (patch)
treefb6923ec9ec8e6c06915d3b450c7beda9c5c8443 /tests/manual/debugger/gui/tst_gui.cpp
parent752668b5f46821fbd62eda710e68d19ed65dd107 (diff)
Cleanup whitespace
Mostly trailing whitespace Change-Id: Ic324d20e8159c9d255895248ce04f25c692daf46 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'tests/manual/debugger/gui/tst_gui.cpp')
-rw-r--r--tests/manual/debugger/gui/tst_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/debugger/gui/tst_gui.cpp b/tests/manual/debugger/gui/tst_gui.cpp
index eceef3948a..5d3fdbb756 100644
--- a/tests/manual/debugger/gui/tst_gui.cpp
+++ b/tests/manual/debugger/gui/tst_gui.cpp
@@ -32,7 +32,7 @@
#include "mainwindow.h"
int main(int argc, char *argv[])
-{
+{
QApplication a(argc, argv);
qDebug() << "pid=" << QApplication::applicationPid();
Foo::MainWindow w;