diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-07-25 12:39:04 -0700 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-07-26 16:32:51 +0300 |
commit | afe7e847d6ab550237c066a1570a7c3160b5b008 (patch) | |
tree | 04344853d787864ef726b9ae94f2e15d07c0d76e /tests/testdivesiteduplication.h | |
parent | 128fc5f4b81f036eeb76cda99704095673efbe8e (diff) | |
download | subsurface-afe7e847d6ab550237c066a1570a7c3160b5b008.tar.gz |
Whitespace cleanup tests
Again, entirely script based.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testdivesiteduplication.h')
-rw-r--r-- | tests/testdivesiteduplication.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testdivesiteduplication.h b/tests/testdivesiteduplication.h index ba6b694a1..21a257a2d 100644 --- a/tests/testdivesiteduplication.h +++ b/tests/testdivesiteduplication.h @@ -4,8 +4,7 @@ #include <QTest> -class TestDiveSiteDuplication : public QObject -{ +class TestDiveSiteDuplication : public QObject { Q_OBJECT private slots: void testReadV2(); |