Skip to content

Commit

Permalink
Tools: Enforce astyle on AP_ExternalControl
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
  • Loading branch information
Ryanf55 authored and tridge committed Aug 22, 2023
1 parent 62f9aa5 commit d76bf32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/scripts/run_astyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def __init__(self, *, dry_run=DRY_RUN_DEFAULT):
self.retcode = 0
self.directories_to_check = [
'libraries/AP_DDS',
'libraries/AP_ExternalControl'
]
self.files_to_check = []
self.dry_run = dry_run
Expand Down

0 comments on commit d76bf32

Please sign in to comment.