forked from Archive/PX4-Autopilot
Merge pull request #686 from PX4/code_style
Replace single if lines with brackets in astyle
This commit is contained in:
commit
b048eb5668
|
@ -16,4 +16,5 @@ astyle \
|
|||
--ignore-exclude-errors-x \
|
||||
--lineend=linux \
|
||||
--exclude=EASTL \
|
||||
--add-brackets \
|
||||
$*
|
||||
|
|
Loading…
Reference in New Issue