Small whitespace fix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6548773ad6
commit
1d0193c62e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user