mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Small whitespace fix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6548773ad6
commit
1d0193c62e
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue