mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Untabify to pass the -tt test.
This commit is contained in:
parent
857c4c36b9
commit
13a2c279c5
8 changed files with 775 additions and 775 deletions
|
@ -56,7 +56,7 @@ def whichdb(filename):
|
|||
|
||||
# BSD hash v2 has a 12-byte NULL pad in front of the file type
|
||||
try:
|
||||
(magic,) = struct.unpack("=l", s16[-4:])
|
||||
(magic,) = struct.unpack("=l", s16[-4:])
|
||||
except struct.error:
|
||||
return ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue