summaryrefslogtreecommitdiffstats
path: root/Lib/imghdr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/imghdr.py')
-rw-r--r--Lib/imghdr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/imghdr.py b/Lib/imghdr.py
index 5a538d5..97687b0 100644
--- a/Lib/imghdr.py
+++ b/Lib/imghdr.py
@@ -14,7 +14,7 @@ def what(file, h=None):
location = file.tell()
h = file.read(32)
file.seek(location)
- f = None
+ f = None
else:
f = None
try:
@@ -103,7 +103,7 @@ tests.append(test_jpeg)
def test_bmp(h, f):
if h[:2] == 'BM':
return 'bmp'
-
+
tests.append(test_bmp)
def test_png(h, f):