gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 04/05: reduce scope


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 04/05: reduce scope
Date: Sat, 05 Oct 2019 15:04:24 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit eb7335e9a9008d6367562483c70325e83a652429
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 5 15:00:27 2019 +0200

    reduce scope
---
 contrib/uncrustify_precommit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]