From 1f3dcc920199bb2dd92a6516eeca58f7279bff7a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 12 Mar 2024 11:08:27 +1000 Subject: [PATCH] tools/uncrustify: Fix invalid align_nl_cont value Option: at tools/uncrustify.cfg:135: Expected unsigned number , for 'align_nl_cont'; got 'false' Part-of: --- tools/uncrustify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index 3ab65140d..acb9cd605 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -132,7 +132,7 @@ sp_func_call_user_paren = remove # Disable auto-alignment of macros, we often manually align the \ with # spaces which uncrustify doesn't support. -align_nl_cont = false +align_nl_cont = 0 # Ignore spacing in multiline comments. cmt_indent_multi = false