diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:47:14 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:47:14 (GMT) |
commit | 07e99cb77406e1bc84606f49b743e41b0de8a6d5 (patch) | |
tree | b922cda3a970bffa797269fd550f8d8b032afe5b /Lib/imghdr.py | |
parent | 88869f9787cd4ceb2298e4b13980beb057687824 (diff) | |
download | cpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.zip cpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.tar.gz cpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/imghdr.py')
-rw-r--r-- | Lib/imghdr.py | 4 |
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): |