Initial commit
This commit is contained in:
2
util/trim-whitespace.sh
Executable file
2
util/trim-whitespace.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
find . \( -iname "*.h" -o -iname "*.c" \) -exec sed -i "s/[ \t]*$//" {} \;
|
||||
Reference in New Issue
Block a user