mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
another round of trailing whitespaces (#1495)
This commit is contained in:
parent
9f09505d34
commit
9f0b7bb8a3
16 changed files with 35 additions and 35 deletions
|
@ -309,7 +309,7 @@ def cvt(m):
|
|||
|
||||
doubles = re.compile(r"(?<!\\)(\"\")")
|
||||
def fixup_message(message):
|
||||
return re.sub(doubles, cvt, ("\"" + message.replace("\n","\\n\"\n\"") + "\"")).replace("\n ","\n").replace("BOX_BREAK\"","\nBOX_BREAK\n\"").replace("BOX_BREAK ","\nBOX_BREAK\n").strip()
|
||||
return re.sub(doubles, cvt, ("\"" + message.replace("\n","\\n\"\n\"") + "\"")).replace("\n ","\n").replace("BOX_BREAK\"","\nBOX_BREAK\n\"").replace("BOX_BREAK ","\nBOX_BREAK\n").replace(" \n", "\n").strip()
|
||||
###
|
||||
|
||||
def dump_all_text():
|
||||
|
|
Loading…
Reference in a new issue