Removed trailing whitespace
This commit is contained in:
parent
cf312c0b87
commit
c2a7375788
7
tools/strip-trailing-whitespace.sh
Executable file
7
tools/strip-trailing-whitespace.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# A script for removing trailing whitespace from all lines
|
||||
|
||||
for file in "$@"; do
|
||||
sed -i 's/[ \t]*$//' "$file"
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user