From: Christian Grothoff Date: Sat, 5 Oct 2019 12:59:18 +0000 (+0200) Subject: reduce scope X-Git-Tag: v0.11.7~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b1a2566fc931ee625b74fe9ee67dd6eabb66f891;p=oweals%2Fgnunet.git reduce scope --- diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit index bfea10304..9384d3572 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"