Remove trailing whitespace

find . -name '*.asm' -exec sed -i 's/[ \t]\+$//' {} \;
This commit is contained in:
Remy Oukaour 2018-01-01 18:32:01 -05:00
parent eb8e55a01a
commit 0722de77ae
2 changed files with 2 additions and 2 deletions