mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
0bb318cec5
Run `make format` (astyle 3.1) over the Windows SITL touchpoint to satisfy CI `Gate Checks [check_format]`. The DEFINE_PARAMETERS_GROUPED macro continuation alignment and blank-line-after-early-return rules from astylerc were not applied during initial development; this commit brings them in for the affected files plus the windows_shim headers and Windows posix shim sources. Signed-off-by: Nuno Marques <n.marques21@hotmail.com>