From c74d61c7eadb7a42d629f97b3cc99d98de43c5ae Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 28 Dec 2015 15:15:15 +0100 Subject: [PATCH] VTOL: Indentation fix --- src/modules/vtol_att_control/standard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/vtol_att_control/standard.cpp b/src/modules/vtol_att_control/standard.cpp index de093599359..c0d34c03840 100644 --- a/src/modules/vtol_att_control/standard.cpp +++ b/src/modules/vtol_att_control/standard.cpp @@ -302,7 +302,7 @@ void Standard::fill_actuator_outputs() * (1 - _mc_yaw_weight); // yaw // set the fixed wing throttle control - if (_vtol_schedule.flight_mode == FW_MODE && _armed->armed) { + if (_vtol_schedule.flight_mode == FW_MODE && _armed->armed) { // take the throttle value commanded by the fw controller _actuators_out_1->control[actuator_controls_s::INDEX_THROTTLE] = _actuators_fw_in->control[actuator_controls_s::INDEX_THROTTLE];