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 committed Aug 21, 2023
1 parent 31a92c6 commit b9afe37
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 @@ -21,6 +21,7 @@ def __init__(self):
self.retcode = 0
self.directories_to_check = [
'libraries/AP_DDS',
'libraries/AP_ExternalControl'
]
self.files_to_check = []

Expand Down

0 comments on commit b9afe37

Please sign in to comment.