Removed trailing whitespace

This commit is contained in:
Andrew Murray 2015-09-15 21:37:51 +10:00
parent 2593aa78a2
commit baac3c2321

View File

@ -436,7 +436,7 @@ def _getexif(self):
# get gpsinfo extension
try:
# exif field 0x8825 is an offset pointer to the location
# of the nested embedded gps exif ifd.
# of the nested embedded gps exif ifd.
# It should be a long, but may be corrupted.
file.seek(exif[0x8825])
except (KeyError, TypeError):