Small whitespace fix

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-07-01 09:29:01 -07:00
parent 6548773ad6
commit 1d0193c62e

View file

@ -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)