diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 06:14:45 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 06:14:45 -0800 |
commit | 19e95efd6f9b7089b2db963381fe5b2fb34ae06c (patch) | |
tree | b15f11b34802604493dce42d4630e2e2ca83269b /subsurface-core/gpslocation.h | |
parent | 3c1a1114042aab6fe62e0f09a93090798ff33e3a (diff) | |
download | subsurface-19e95efd6f9b7089b2db963381fe5b2fb34ae06c.tar.gz |
Random whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/gpslocation.h')
-rw-r--r-- | subsurface-core/gpslocation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subsurface-core/gpslocation.h b/subsurface-core/gpslocation.h index 0e183d9f8..82b51a291 100644 --- a/subsurface-core/gpslocation.h +++ b/subsurface-core/gpslocation.h @@ -18,8 +18,7 @@ struct gpsTracker { int idx; }; -class GpsLocation : QObject -{ +class GpsLocation : QObject { Q_OBJECT public: GpsLocation(void (*showMsgCB)(const char *msg), QObject *parent); |