From afe7e847d6ab550237c066a1570a7c3160b5b008 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 25 Jul 2018 12:39:04 -0700 Subject: Whitespace cleanup tests Again, entirely script based. Signed-off-by: Dirk Hohndel --- tests/testqml.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/testqml.cpp') diff --git a/tests/testqml.cpp b/tests/testqml.cpp index 0b75d8d48..d0c98b709 100644 --- a/tests/testqml.cpp +++ b/tests/testqml.cpp @@ -1,13 +1,12 @@ // SPDX-License-Identifier: GPL-2.0 +#include +#include #include #include #include -#include -#include -#include -#include "core/settings/qPref.h" #include "core/qt-gui.h" +#include "core/settings/qPref.h" // this is the content of QUICK_TEST_MAIN amended with // registration of ssrf classes @@ -34,7 +33,7 @@ int main(int argc, char **argv) // save tst_dir and pass rest to Qt const char *tst_dir = argv[1]; for (int i = 1; i < argc; i++) - argv[i] = argv[i+1]; + argv[i] = argv[i + 1]; argc--; // Register types -- cgit v1.2.3-70-g09d2