summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-11-02 09:51:34 +0100
committerMichael Mann <mmann78@netscape.net>2016-11-02 12:18:46 +0000
commit85c1a45c38efa4b2ab85da4853b7f439c499c632 (patch)
tree7db04ae80109cb7e566d22d507895a6e5faaa9b1 /tools
parent0f2f66dee929250af4c39eded6c048c4922fd942 (diff)
downloadwireshark-85c1a45c38efa4b2ab85da4853b7f439c499c632.tar.gz
pre-commit: fix indent
Change-Id: I50291be3fd275cde8af42c45c17e52345d1c6215 Reviewed-on: https://code.wireshark.org/review/18619 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pre-commit b/tools/pre-commit
index 3d2b009e49..4acd40b065 100755
--- a/tools/pre-commit
+++ b/tools/pre-commit
@@ -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)