AP_Motors: Clean up spacing

Co-authored-by: Peter Hall <33176108+IamPete1@users.noreply.github.com>
This commit is contained in:
Bill Geyer 2024-04-01 19:37:24 -04:00 committed by Randy Mackay
parent 2b95582d22
commit 29897f99af
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public:
// get_in_autorotation - allows main code to determine when aircraft is in autorotation.
bool get_in_autorotation() { return _heliflags.in_autorotation; }
// set_enable_bailout - allows main code to set when RSC can immediately ramp engine instantly
// set_enable_bailout - allows main code to set when RSC can immediately ramp engine instantly
void set_enable_bailout(bool bailout) { _heliflags.enable_bailout = bailout; }
// set land complete flag