summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-07-14 15:14:58 +0100
committerIan Lynagh <igloo@earth.li>2011-07-14 20:03:27 +0100
commitdb53da38363588f4ab929d5bb00605b2c455d247 (patch)
tree5bb5778f1bfdde96a6f2619f17fae0567424c6f5
parent7f6a5a688c9bdda87c0793d47dc8e6c7aa8b5186 (diff)
downloadhaskell-db53da38363588f4ab929d5bb00605b2c455d247.tar.gz
Fix some (significant!) white space
-rw-r--r--testsuite/driver/testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index e6f74cc3dc..ddd6e23f90 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -1193,7 +1193,7 @@ def split_file(in_fn, delimiter, out1_fn, out2_fn):
while (re.sub('^\s*','',line) != delimiter and line != ''):
out1.write(line)
line = infile.readline()
- line = re.sub('\r', '', line)
+ line = re.sub('\r', '', line)
out1.close()
line = infile.readline()