From: Tim Peters Date: Sun, 29 Jan 2006 22:50:26 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5a0~731 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249c7b050b60274e672d5c05987c0d52f6af0c13;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 16dd93c0c440..799f05945447 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -576,7 +576,7 @@ def test_main_inner(): break else: raise ImportError, "Could not find unused port" - + #Set up a handler such that all events are sent via a socket to the log #receiver (logrecv).