From eba28bea9b8ef7df010e65c630b8c0f7009c6005 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 28 Mar 2005 01:08:02 +0000 Subject: Whitespace normalization. --- Lib/gzip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/gzip.py') diff --git a/Lib/gzip.py b/Lib/gzip.py index 48bd522a713..4ecd2115ffe 100644 --- a/Lib/gzip.py +++ b/Lib/gzip.py @@ -333,8 +333,8 @@ class GzipFile: def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): if self.mode == WRITE: - # Ensure the compressor's buffer is flushed - self.fileobj.write(self.compress.flush(zlib_mode)) + # Ensure the compressor's buffer is flushed + self.fileobj.write(self.compress.flush(zlib_mode)) self.fileobj.flush() def fileno(self): -- cgit v1.2.3