exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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

[contrib] added -l C to uncrustify call

Diffstat:
Mcontrib/uncrustify_precommit | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"