pre-commit: fix indent

Change-Id: I50291be3fd275cde8af42c45c17e52345d1c6215
Reviewed-on: https://code.wireshark.org/review/18619
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2016-11-02 09:51:34 +01:00 committed by Michael Mann
parent 0f2f66dee9
commit 85c1a45c38
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ done
if [ "x$DIAMETER_FILES" != x ]
then
./tools/validate-diameter-xml.sh > /dev/null || exit_status=1
./tools/validate-diameter-xml.sh > /dev/null || exit_status=1
fi
# If there are whitespace errors, print the offending file names and fail. (from git pre-commit.sample)