[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.
- [exchange] branch master updated (889c88651 -> decbab1fe), Admin, 2025/03/27
- [exchange] 04/11: bump protocol version to 26:0:0, Admin, 2025/03/27
- [exchange] 01/11: [contrib] added -l C to uncrustify call,
Admin <=
- [exchange] 03/11: implementation for /withdraw endpoint ready, Admin, 2025/03/27
- [exchange] 06/11: -fix merge, Admin, 2025/03/27
- [exchange] 05/11: [exchangedb] added 0009-aggregation_transient.sql, Admin, 2025/03/27
- [exchange] 07/11: more merge fixes, Admin, 2025/03/27
- [exchange] 02/11: fix conflicts, Admin, 2025/03/27
- [exchange] 08/11: more merge fixes, Admin, 2025/03/27
- [exchange] 10/11: fix misc minor bugs, compiler warnings and one moderate bug (confusion of idx and err_idx), Admin, 2025/03/27
- [exchange] 11/11: disable auditor tests for now, Admin, 2025/03/27
- [exchange] 09/11: fix protocol version changes, Admin, 2025/03/27