From 70c4378dbcfdcbeef6fb3aa348f32ed862fe8eb7 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 17 Jan 2001 08:48:39 +0000 Subject: Whitespace normalization. --- Tools/scripts/mailerdaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/scripts/mailerdaemon.py') diff --git a/Tools/scripts/mailerdaemon.py b/Tools/scripts/mailerdaemon.py index 4a0669a1ab..113b376cfe 100755 --- a/Tools/scripts/mailerdaemon.py +++ b/Tools/scripts/mailerdaemon.py @@ -166,7 +166,7 @@ def parsedir(dir, modify): # find all numeric file names and sort them files = filter(lambda fn, pat=pat: pat.match(fn) is not None, os.listdir('.')) files.sort(sort_numeric) - + for fn in files: # Lets try to parse the file. fp = open(fn) -- cgit v1.2.1