From: Vinay Sajip Date: Mon, 7 Mar 2011 18:20:27 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.7.2rc1~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=923e6d29e52184749319ba47d8976dd80aed62a8;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 4e19bcc20402..0760a6a07b22 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -815,7 +815,7 @@ class ConfigFileTest(BaseTest): ], stream=output) # Original logger output is empty. self.assert_log_lines([]) - + class LogRecordStreamHandler(StreamRequestHandler): """Handler for a streaming logging request. It saves the log message in the