Remove white space on empty lines

This commit is contained in:
Svend Sorensen
2013-08-16 13:28:11 -07:00
parent 017f86aef1
commit 7891a29fca
4 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ def convert(iformat, oformat, text):
command += " -i cue"
elif iformat == "toc":
command += " -i toc"
if oformat == "cue":
command += " -o cue"
elif oformat == "toc":