diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-01 18:32:01 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-01 18:32:01 -0500 |
commit | 0722de77ae57ed6832b9a725ddc14511668f79c5 (patch) | |
tree | 1953c40f17a8fac4aeb1d9ba068b2e50b1e58966 /data | |
parent | eb8e55a01a2ea47e7e6ddba460d1de077333e85a (diff) |
Remove trailing whitespace
find . -name '*.asm' -exec sed -i 's/[ \t]\+$//' {} \;
Diffstat (limited to 'data')
-rw-r--r-- | data/palettes/town_map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/palettes/town_map.asm b/data/palettes/town_map.asm index 696863e85..36f2b6391 100644 --- a/data/palettes/town_map.asm +++ b/data/palettes/town_map.asm @@ -31,4 +31,4 @@ ENDM townmappals CITY, CITY, CITY, CITY, CITY, CITY townmappals CITY, BORDER, CITY, CITY, CITY, CITY townmappals CITY, CITY, CITY, CITY, BORDER, BORDER - townmappals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER + townmappals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER |