From e34f584bb20ef6c81598934ff373fcf607d8b11e Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 15 Dec 2015 17:11:53 +0100 Subject: [PATCH] uncrustify: ignore parens on return --- uncrustify-riot.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncrustify-riot.cfg b/uncrustify-riot.cfg index 7fb7d9c29b..fae1c91a84 100644 --- a/uncrustify-riot.cfg +++ b/uncrustify-riot.cfg @@ -28,7 +28,7 @@ nl_fdef_brace = add # "int foo() {" vs "int foo()\n{" # Source code modifications # -mod_paren_on_return = remove # "return 1;" vs "return (1);" +mod_paren_on_return = ignore # "return 1;" vs "return (1);" mod_full_brace_if = add # "if() { } else { }" vs "if() else" #