From b1a2566fc931ee625b74fe9ee67dd6eabb66f891 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2019 14:59:18 +0200 Subject: reduce scope --- contrib/uncrustify_precommit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/uncrustify_precommit') 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" -- cgit v1.2.3