summaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-01 09:29:01 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-01 09:29:01 -0700
commit1d0193c62ed9af8161a389bb76e3fbac4c6cd4df (patch)
treee85edb5af9cb8780eca12125ebd449d1a5618727 /qthelper.cpp
parent6548773ad6d703aac0d0994a55c78a9ab5a73507 (diff)
downloadsubsurface-1d0193c62ed9af8161a389bb76e3fbac4c6cd4df.tar.gz
Small whitespace fix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.cpp')
-rw-r--r--qthelper.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/qthelper.cpp b/qthelper.cpp
index b7b6f778b..c8738b28c 100644
--- a/qthelper.cpp
+++ b/qthelper.cpp
@@ -277,9 +277,10 @@ extern "C" void picture_load_exif_data(struct picture *p, timestamp_t *timestamp
*timestamp = exif.epoch();
p->longitude.udeg= lrint(1000000.0 * exif.GeoLocation.Longitude);
p->latitude.udeg = lrint(1000000.0 * exif.GeoLocation.Latitude);
- picture_load_exit:
- free(mem.buffer);
- return;
+
+picture_load_exit:
+ free(mem.buffer);
+ return;
}
static bool lessThan(const QPair<QString, int> &a, const QPair<QString, int> &b)