From 249c7b050b60274e672d5c05987c0d52f6af0c13 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 29 Jan 2006 22:50:26 +0000 Subject: Whitespace normalization. --- Lib/test/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 16dd93c..799f059 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). -- cgit v0.12