|
From: openocd-gerrit <ope...@us...> - 2026-09-17 05:50:30
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 40cf046076b9b93403e913a83921b3f97c7e26a0 (commit)
from 2fe5eaefbd887f03ad30c9ba481ad25d9adf0f37 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 40cf046076b9b93403e913a83921b3f97c7e26a0
Author: Stepan Protsak <spr...@gm...>
Date: Thu Sep 10 15:38:03 2026 +0300
uncrustify.cfg: rename align_number_left to align_number_right
Uncrustify 0.66 (Nov 2017) renamed the align_number_left option to
align_number_right, but the uncrustify.cfg config still uses the old name.
Note that the option renaming in Uncrustify was due to a typo,
and the value is required to stay false to keep the formatting style.
Ref. Uncrustify commits:
Link: https://github.com/uncrustify/uncrustify/commit/b5df8bba4f0fe90d021a6813fca5770e29913182
Link: https://github.com/uncrustify/uncrustify/commit/b3efa8c6577789550242f73d4a392edddf7c55e2
Change-Id: I2c2189a76d020357d3b52c656c3c3a3be14f31c5
Signed-off-by: Stepan Protsak <spr...@gm...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9983
Reviewed-by: Tomas Vanek <tom...@gm...>
Tested-by: jenkins
diff --git a/uncrustify.cfg b/uncrustify.cfg
index 593bcc2ad..68370cebd 100644
--- a/uncrustify.cfg
+++ b/uncrustify.cfg
@@ -37,7 +37,7 @@ sp_balance_nested_parens=false
align_keep_tabs=false
align_with_tabs=false
align_on_tabstop=false
-align_number_left=false
+align_number_right=false
align_func_params=false
align_same_func_call_params=false
align_var_def_colon=false
-----------------------------------------------------------------------
Summary of changes:
uncrustify.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Main OpenOCD repository
|