From: Christian Grothoff Date: Sat, 5 Oct 2019 13:00:27 +0000 (+0200) Subject: reduce scope X-Git-Tag: v0.11.7~91 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb7335e9a9008d6367562483c70325e83a652429;p=oweals%2Fgnunet.git reduce scope --- 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 # only change any of the invocations here if # they are portable across all cmp and shell # implementations ! - uncrustify -q -c uncrustify.cfg -f $f | cmp - s $f - + uncrustify -q -c uncrustify.cfg -f $f | cmp -s $f - if test $? = 1 ; then crustified=" $crustified $f"