![]() Trailing whitespace makes the code inconsistent and create dull changes in revision history (git). Clean it up once and for all. Trailing whitespace trimmed with the following script: for i in `find -iname "*.lua"`; do echo $i sed -i 's/[ \t]*$//' "$i" done; |
||
---|---|---|
.. | ||
air_attack.lua | ||
attackdefense.lua | ||
blitz.lua | ||
broke.lua | ||
default.lua | ||
just_attack.lua | ||
naval.lua | ||
passive.lua | ||
rush.lua | ||
spacious.lua | ||
tankrush.lua | ||
zombies.lua |