diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-05-15 12:21:30 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-05-15 12:21:30 +0200 |
| commit | 3c2972f924857016bb454201c7e92f25de9105ee (patch) | |
| tree | dee91c4c200c2e97c83fd4c46588bf923f23852c /scripts/prepare-commit.sh | |
| parent | 28d2eabca79d06378843d1e94fecfb4a5e22178d (diff) | |
Reformat: apply reformattin on .h files (#128)
Diffstat (limited to 'scripts/prepare-commit.sh')
| -rwxr-xr-x | scripts/prepare-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare-commit.sh b/scripts/prepare-commit.sh index 63dac65c..44e3df5c 100755 --- a/scripts/prepare-commit.sh +++ b/scripts/prepare-commit.sh @@ -47,7 +47,7 @@ set -e # determine changed files MODIFIED=$(git status --porcelain| ${GP}sed -ne "s/^ *[MA] *//p" | sort -u) -#MODIFIED=$(find src -name "*.c") +#MODIFIED=$(find src -name "*.h") if [ -z "$MODIFIED" ]; then echo nothing was modified |
