diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-01 09:29:01 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-01 09:29:01 -0700 |
commit | 1d0193c62ed9af8161a389bb76e3fbac4c6cd4df (patch) | |
tree | e85edb5af9cb8780eca12125ebd449d1a5618727 /qthelper.cpp | |
parent | 6548773ad6d703aac0d0994a55c78a9ab5a73507 (diff) | |
download | subsurface-1d0193c62ed9af8161a389bb76e3fbac4c6cd4df.tar.gz |
Small whitespace fix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 7 |
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) |