aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/uncrustify_precommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit
index 9384d3572..fd29998c3 100755
--- a/contrib/uncrustify_precommit
+++ b/contrib/uncrustify_precommit
@@ -17,7 +17,7 @@ do
17 # only change any of the invocations here if 17 # only change any of the invocations here if
18 # they are portable across all cmp and shell 18 # they are portable across all cmp and shell
19 # implementations ! 19 # implementations !
20 uncrustify -q -c uncrustify.cfg -f $f | cmp - s $f - 20 uncrustify -q -c uncrustify.cfg -f $f | cmp -s $f -
21 if test $? = 1 ; 21 if test $? = 1 ;
22 then 22 then
23 crustified=" $crustified $f" 23 crustified=" $crustified $f"