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