- Indent any changed .c / .h files.
Intended to be used just before a commit.
This commit is contained in:
parent
1331f5e7a3
commit
eb36abee75
5
src/reindent.sh
Normal file
5
src/reindent.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Indent any changed files, ending in .c or .h
|
||||||
|
#
|
||||||
|
svn st | grep "^M.*\.[ch]$"| awk '{print $2}' | xargs indent
|
Loading…
Reference in New Issue
Block a user