aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-03-19 13:04:37 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-19 17:10:17 +0000
commit16e7096df33a6aca7e2417f8c44ff0477421b521 (patch)
tree4f063fdd9da62e7550f45905add0e648ce69fab2 /tools
parent2aebb94aa6dcd741ebd0ad3d5a48091424dd87db (diff)
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>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pre-commit3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/pre-commit b/tools/pre-commit
index f9b41168d6..89afabc3e9 100755
--- a/tools/pre-commit
+++ b/tools/pre-commit
@@ -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)