Skip to content

Commit d76bf32

Browse files
Ryanf55tridge
authored andcommitted
Tools: Enforce astyle on AP_ExternalControl
Signed-off-by: Ryan Friedman <[email protected]>
1 parent 62f9aa5 commit d76bf32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/scripts/run_astyle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def __init__(self, *, dry_run=DRY_RUN_DEFAULT):
2222
self.retcode = 0
2323
self.directories_to_check = [
2424
'libraries/AP_DDS',
25+
'libraries/AP_ExternalControl'
2526
]
2627
self.files_to_check = []
2728
self.dry_run = dry_run

0 commit comments

Comments
 (0)