From f7aad1ea8130b55eff5ca171ccea1dd43450f42f Mon Sep 17 00:00:00 2001 From: Bill Geyer Date: Mon, 1 Apr 2024 19:37:24 -0400 Subject: [PATCH] AP_Motors: Clean up spacing Co-authored-by: Peter Hall <33176108+IamPete1@users.noreply.github.com> --- libraries/AP_Motors/AP_MotorsHeli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Motors/AP_MotorsHeli.h b/libraries/AP_Motors/AP_MotorsHeli.h index 31189f5e216f2..3aa44d2b43952 100644 --- a/libraries/AP_Motors/AP_MotorsHeli.h +++ b/libraries/AP_Motors/AP_MotorsHeli.h @@ -136,7 +136,7 @@ class AP_MotorsHeli : public AP_Motors { // 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