From d021032d51977dc42d27ff3d112b2f848cbb6416 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 8 Dec 2022 15:02:14 +0000 Subject: [PATCH] Remove legacy comments from config Signed-off-by: David Horstmann --- .uncrustify.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.uncrustify.cfg b/.uncrustify.cfg index ce3ee75c4..ac9173e18 100644 --- a/.uncrustify.cfg +++ b/.uncrustify.cfg @@ -50,7 +50,7 @@ nl_struct_brace = remove nl_do_brace = remove nl_if_brace = remove nl_for_brace = remove -nl_else_brace = remove # Note: this option may cause problems for macro-guarded if-else partials +nl_else_brace = remove nl_while_brace = remove nl_switch_brace = remove @@ -202,8 +202,6 @@ sp_inside_braces_enum = add # At least 1 space inside '{ }' in a struct sp_inside_braces_struct = add -# Except for empty braces which should not have a space - # At least 1 space between a function return type and the function name sp_type_func = add