mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Whitespace normalization.
This commit is contained in:
parent
88869f9787
commit
07e99cb774
18 changed files with 1933 additions and 1936 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue