boswars/scripts/ais
Francois Beerten 48338752ce lua scripts: Trim trailing whitespace of each line
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;
2023-06-29 12:23:35 +02:00
..
air_attack.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
attackdefense.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
blitz.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
broke.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
default.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
just_attack.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
naval.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
passive.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
rush.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
spacious.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
tankrush.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
zombies.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00