diff options
Diffstat (limited to 'util/whitespace.sh')
| -rwxr-xr-x | util/whitespace.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/whitespace.sh b/util/whitespace.sh index f661aa3..325683e 100755 --- a/util/whitespace.sh +++ b/util/whitespace.sh @@ -1,3 +1,3 @@ #!/bin/sh -find . \( -iname "*.h" -o -iname "*.c" \) -exec sed -i .bak "s/[ ]*$//" {} \; +find . \( -iname "*.h" -o -iname "*.c" -o -iname "*.md" \) -exec sed -i .bak "s/[ ]*$//" {} \; find . -iname "*.bak" -exec rm {} \; |
