From d76bf320de782750ac1a59c09491080a0c693b92 Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Thu, 17 Aug 2023 16:01:51 -0600 Subject: [PATCH] Tools: Enforce astyle on AP_ExternalControl Signed-off-by: Ryan Friedman --- Tools/scripts/run_astyle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/scripts/run_astyle.py b/Tools/scripts/run_astyle.py index 4fa18aeb6d035..bf6ff415c97c4 100755 --- a/Tools/scripts/run_astyle.py +++ b/Tools/scripts/run_astyle.py @@ -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