ArduPlane: RC_Channel refactor

Fix white space after function name
This commit is contained in:
skyscraper 2016-05-09 14:09:14 +01:00 committed by Andrew Tridgell
parent e9e2f9020d
commit 4d769497c9

View File

@ -67,7 +67,7 @@ void Plane::init_rc_out()
configuration error where the user sets CH3_TRIM incorrectly and
the motor may start on power up
*/
channel_throttle->set_radio_trim (throttle_min());
channel_throttle->set_radio_trim(throttle_min());
if (arming.arming_required() != AP_Arming::YES_ZERO_PWM) {
channel_throttle->enable_out();