aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:00:27 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:00:27 +0200
commiteb7335e9a9008d6367562483c70325e83a652429 (patch)
tree052b6d5660271fda8849801606e82d7afb639e12 /contrib
parent968e36dc35477016d182add48ce37002dc187ff2 (diff)
downloadgnunet-eb7335e9a9008d6367562483c70325e83a652429.tar.gz
gnunet-eb7335e9a9008d6367562483c70325e83a652429.zip
reduce scope
Diffstat (limited to 'contrib')
-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"