Merge pull request #1427 from radarhere/fix

Removed trailing whitespace
This commit is contained in:
wiredfool 2015-09-20 10:48:06 +01:00
commit cae6a5f86c

View File

@ -426,7 +426,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):