From 76e6420f6b3503b76bd3eec00ab0e53d6ea17a20 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 27 Feb 2014 20:09:57 -0800 Subject: Massive automated whitespace cleanup I know everyone will hate it. Go ahead. Complain. Call me names. At least now things are consistent and reproducible. If you want changes, have your complaint come with a patch to scripts/whitespace.pl so that we can automate it. Signed-off-by: Dirk Hohndel --- qthelper.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'qthelper.h') diff --git a/qthelper.h b/qthelper.h index 630a595e8..42363b8d1 100644 --- a/qthelper.h +++ b/qthelper.h @@ -13,9 +13,10 @@ extern QTranslator *qtTranslator, *ssrfTranslator; class DiveComputerNode { public: - DiveComputerNode(QString m, uint32_t d, QString s, QString f, QString n) : model(m), deviceId(d), serialNumber(s), firmware(f), nickName(n) {}; - bool operator ==(const DiveComputerNode &a) const; - bool operator !=(const DiveComputerNode &a) const; + DiveComputerNode(QString m, uint32_t d, QString s, QString f, QString n) + : model(m), deviceId(d), serialNumber(s), firmware(f), nickName(n) {}; + bool operator==(const DiveComputerNode &a) const; + bool operator!=(const DiveComputerNode &a) const; bool changesValues(const DiveComputerNode &b) const; QString model; uint32_t deviceId; @@ -39,7 +40,7 @@ public: }; QString weight_string(int weight_in_grams); -bool gpsHasChanged(struct dive* dive, struct dive *master, const QString &gps_text, bool *parsed); +bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed); QList getDivesInTrip(dive_trip_t *trip); #endif // QTHELPER_H -- cgit v1.2.3-70-g09d2