Skip to content

Commit e2b9b67

Browse files
committed
Merge pull request RIOT-OS#4481 from authmillenon/uncrustify/enh/ignore-return-parens
uncrustify: ignore parens on return
2 parents 4d7c068 + e34f584 commit e2b9b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncrustify-riot.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ nl_fdef_brace = add # "int foo() {" vs "int foo()\n{"
2828
# Source code modifications
2929
#
3030

31-
mod_paren_on_return = remove # "return 1;" vs "return (1);"
31+
mod_paren_on_return = ignore # "return 1;" vs "return (1);"
3232
mod_full_brace_if = add # "if() { } else { }" vs "if() else"
3333

3434
#

0 commit comments

Comments
 (0)