From 16e7096df33a6aca7e2417f8c44ff0477421b521 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Wed, 19 Mar 2014 13:04:37 -0400 Subject: Remove duplicate call to fix-encoding-args Change-Id: I7067a8856ff1c431d5e5ec7ec2a51228a8613631 Reviewed-on: https://code.wireshark.org/review/743 Tested-by: Alexis La Goutte Reviewed-by: Alexis La Goutte --- tools/pre-commit | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') 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) -- cgit v1.2.3