Remove duplicate call to fix-encoding-args

Change-Id: I7067a8856ff1c431d5e5ec7ec2a51228a8613631
Reviewed-on: https://code.wireshark.org/review/743
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Evan Huus 2014-03-19 13:04:37 -04:00 committed by Alexis La Goutte
parent 2aebb94aa6
commit 16e7096df3
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ for FILE in `git diff-index --cached --name-only HEAD | grep "\.[ch]$"` ; do
#Check if fix-encoding-args is good
./tools/fix-encoding-args.pl $FILE
#Check if fix-encoding-args is good
./tools/fix-encoding-args.pl $FILE
done
# If there are whitespace errors, print the offending file names and fail. (from git pre-commit.sample)