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/testgpscoords.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/testgpscoords.h')
-rw-r--r-- | tests/testgpscoords.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgpscoords.h b/tests/testgpscoords.h index 64f6e3903..56dbb1a87 100644 --- a/tests/testgpscoords.h +++ b/tests/testgpscoords.h @@ -5,7 +5,7 @@ #include <QtTest> class TestGpsCoords : public QObject { -Q_OBJECT + Q_OBJECT private slots: void testISO6709DParse(); void testNegativeISO6709DParse(); @@ -28,7 +28,7 @@ private slots: private: static void testParseOK(const QString &txt, double expectedLat, - double expectedLon); + double expectedLon); static double coord2double(double deg, double min = 0.0, double sec = 0.0); }; |