From 4d769497c950c1c12dfa8401fa70dfaebf2f0dc7 Mon Sep 17 00:00:00 2001 From: skyscraper Date: Mon, 9 May 2016 14:09:14 +0100 Subject: [PATCH] ArduPlane: RC_Channel refactor Fix white space after function name --- ArduPlane/radio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/radio.cpp b/ArduPlane/radio.cpp index c3f85c2480..66abcbeef1 100644 --- a/ArduPlane/radio.cpp +++ b/ArduPlane/radio.cpp @@ -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();