forked from OSchip/llvm-project
parent
4cfa7971e9
commit
17bae4c5e6
|
@ -128,7 +128,7 @@ for line in content.splitlines():
|
||||||
# Next state will be NORMAL.
|
# Next state will be NORMAL.
|
||||||
state = NORMAL
|
state = NORMAL
|
||||||
|
|
||||||
# Pass the original line of content to the ew_content.
|
# Pass the original line of content to new_content.
|
||||||
print >> new_content, line
|
print >> new_content, line
|
||||||
|
|
||||||
with open(output_name, 'w') as f_out:
|
with open(output_name, 'w') as f_out:
|
||||||
|
|
Loading…
Reference in New Issue