gnunet-svn
[Top][All Lists]
Advanced

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

[exchange] 01/11: [contrib] added -l C to uncrustify call


From: Admin
Subject: [exchange] 01/11: [contrib] added -l C to uncrustify call
Date: Thu, 27 Mar 2025 15:31:05 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit e8364cd23197633552528e15bb21ab7c7f5f2689
Author: Özgür Kesim <oec@kesim.org>
AuthorDate: Tue Feb 25 13:32:02 2025 +0100

    [contrib] added -l C to uncrustify call
---
 contrib/uncrustify_precommit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit
index 7c8215571..be2bccaad 100755
--- a/contrib/uncrustify_precommit
+++ b/contrib/uncrustify_precommit
@@ -22,7 +22,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 -l C -f $f | cmp -s $f -
     if test $? = 1 ;
     then
       crustified=" $crustified $f"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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