summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-19 19:16:34 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-05-19 19:16:34 (GMT)
commit8a299d25ec67f5cefe913fcc0dc28b11e34f1bde (patch)
tree5a5300f383e1ecf1c78a2271a84d1344fb0e4139 /Lib
parentbf91f78376f8df69ae6f943a4b38f1564232d3f2 (diff)
downloadcpython-8a299d25ec67f5cefe913fcc0dc28b11e34f1bde.zip
cpython-8a299d25ec67f5cefe913fcc0dc28b11e34f1bde.tar.gz
cpython-8a299d25ec67f5cefe913fcc0dc28b11e34f1bde.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/tarfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tarfile.py b/Lib/tarfile.py
index d6bbacf..9f42a37 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