summaryrefslogtreecommitdiff
path: root/src/dgedit.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-03-18 18:18:57 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2018-03-18 18:18:57 +0100
commit57f4d38841c40cad3c206abdd16eebaed753aa1c (patch)
treec7e5a40b457845b2fb296563add9599d2e81384e /src/dgedit.cc
parent9364b9bb84f607d8603f60b86f965b77e03d8c70 (diff)
Update all fiels to adhere to style-guide
Diffstat (limited to 'src/dgedit.cc')
-rw-r--r--src/dgedit.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dgedit.cc b/src/dgedit.cc
index 0417876..d590bc6 100644
--- a/src/dgedit.cc
+++ b/src/dgedit.cc
@@ -30,10 +30,10 @@
int main(int argc, char *argv[])
{
- QApplication app(argc, argv);
+ QApplication app(argc, argv);
- MainWindow wnd;
- wnd.show();
+ MainWindow wnd;
+ wnd.show();
- return app.exec();
+ return app.exec();
}