index
:
bhlib-old.git
master
(ARCHIVE) BlankHex Library (BHLib).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
trim-whitespace.sh
blob: 34a9c58571898a6f7427f671ecbcf75aaa45cb3e (
plain
)
1
2
#!/bin/sh find . \( -iname "*.h" -o -iname "*.c" \) -exec sed -i "s/[ \t]*$//" {} \;