From 07e99cb77406e1bc84606f49b743e41b0de8a6d5 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 14 Jan 2001 23:47:14 +0000 Subject: Whitespace normalization. --- Lib/imghdr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/imghdr.py') diff --git a/Lib/imghdr.py b/Lib/imghdr.py index 5a538d5198..97687b0994 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): -- cgit v1.2.1