Whitespace cleanup tests

Again, entirely script based.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-07-25 12:39:04 -07:00 committed by Lubomir I. Ivanov
parent 128fc5f4b8
commit afe7e847d6
27 changed files with 321 additions and 313 deletions

View file

@ -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);
};