From 99e86db0b7b6b29e380cf630f724602dd82ce61e Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 19 May 2006 19:16:34 +0000 Subject: Whitespace normalization. --- Lib/tarfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/tarfile.py') 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 -- cgit v1.2.1