Skip to content

Commit

Permalink
Merge pull request #4481 from authmillenon/uncrustify/enh/ignore-retu…
Browse files Browse the repository at this point in the history
…rn-parens

uncrustify: ignore parens on return
  • Loading branch information
cgundogan committed Jan 26, 2016
2 parents 4d7c068 + e34f584 commit e2b9b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncrustify-riot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"

#
Expand Down

0 comments on commit e2b9b67

Please sign in to comment.