Browse Source

Merge pull request #686 from PX4/code_style

Replace single if lines with brackets in astyle
sbg
Lorenz Meier 11 years ago
parent
commit
b048eb5668
  1. 1
      Tools/fix_code_style.sh

1
Tools/fix_code_style.sh

@ -16,4 +16,5 @@ astyle \ @@ -16,4 +16,5 @@ astyle \
--ignore-exclude-errors-x \
--lineend=linux \
--exclude=EASTL \
--add-brackets \
$*

Loading…
Cancel
Save