summaryrefslogtreecommitdiff
path: root/Lib/test/test_bufio.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-11-03 02:32:46 +0000
committerTim Peters <tim.peters@gmail.com>2006-11-03 02:32:46 +0000
commitabd8a336a3ab390a2ea4b15a0ecd187e482001af (patch)
treeff6e8502e3fc60d51ee5309d6a01a7b8b6bd76dc /Lib/test/test_bufio.py
parentbe1bc3b63a0a07af4b204519bb0decd9714ea8ba (diff)
downloadcpython-git-abd8a336a3ab390a2ea4b15a0ecd187e482001af.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_bufio.py')
-rw-r--r--Lib/test/test_bufio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bufio.py b/Lib/test/test_bufio.py
index a3196ca268..14a926a570 100644
--- a/Lib/test/test_bufio.py
+++ b/Lib/test/test_bufio.py
@@ -36,7 +36,7 @@ class BufferSizeTest(unittest.TestCase):
os.unlink(test_support.TESTFN)
except:
pass
-
+
def drive_one(self, pattern):
for length in lengths:
# Repeat string 'pattern' as often as needed to reach total length