diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-12-24 09:43:05 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-24 07:23:10 -0800 |
commit | 10519bcc50bbb87317252878cd9d1f9aee6b522f (patch) | |
tree | 4e6ca0de598abdab36e22b4f0104ce59f808f764 | |
parent | 6925d13aa499b246c405687436b70d691eabe6fa (diff) | |
download | subsurface-10519bcc50bbb87317252878cd9d1f9aee6b522f.tar.gz |
silly whitespace fix.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/globe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp index cab24ba4a..9662d88e2 100644 --- a/qt-ui/globe.cpp +++ b/qt-ui/globe.cpp @@ -235,7 +235,7 @@ void GlobeGPS::centerOn(dive* dive) void GlobeGPS::fixZoom() { - zoomView(currentZoomLevel, Marble::Linear); + zoomView(currentZoomLevel, Marble::Linear); } void GlobeGPS::prepareForGetDiveCoordinates() |