Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
db53da38
Commit
db53da38
authored
Jul 14, 2011
by
Ian Lynagh
Browse files
Fix some (significant!) white space
parent
7f6a5a68
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
db53da38
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment