summaryrefslogtreecommitdiff
path: root/Lib/tarfile.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-19 19:16:34 +0000
committerTim Peters <tim.peters@gmail.com>2006-05-19 19:16:34 +0000
commit99e86db0b7b6b29e380cf630f724602dd82ce61e (patch)
tree16e9bd6b5641a9f6de95aa43f24fdb90c4ef5578 /Lib/tarfile.py
parent2f60ccee006985e55185093467b62cd94c5008dd (diff)
downloadcpython-99e86db0b7b6b29e380cf630f724602dd82ce61e.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/tarfile.py')
-rw-r--r--Lib/tarfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tarfile.py b/Lib/tarfile.py
index d6bbacfce7..9f42a377f8 100644
--- a/Lib/tarfile.py
+++ b/Lib/tarfile.py
@@ -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