aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 14:59:18 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 14:59:18 +0200
commitb1a2566fc931ee625b74fe9ee67dd6eabb66f891 (patch)
treea672caa856d80e4d9d61db3031e911ee62ca17da /contrib
parent8ee21de8888256a4042bad22f524105876415eb7 (diff)
downloadgnunet-b1a2566fc931ee625b74fe9ee67dd6eabb66f891.tar.gz
gnunet-b1a2566fc931ee625b74fe9ee67dd6eabb66f891.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 bfea10304..9384d3572 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"