Whitespace normalization.

This commit is contained in:
Tim Peters 2006-05-19 19:16:34 +00:00
parent bf91f78376
commit 8a299d25ec
1 changed files with 1 additions and 1 deletions

View File

@ -1753,7 +1753,7 @@ class TarFile(object):
try:
tarinfo = TarInfo.frombuf(buf)
# We shouldn't rely on this checksum, because some tar programs
# calculate it differently and it is merely validating the
# header block. We could just as well skip this part, which would