CensoredUsername / unrpyc

A ren'py script decompiler
Other
864 stars 157 forks source link

Remove spaces around equals signs for named arguments #35

Closed jackmcbarn closed 9 years ago

jackmcbarn commented 9 years ago

Any spaces after the equals sign for a named argument will end up in the AST, so we shouldn't arbitrarily put them there.