fixed whitespaces

This commit is contained in:
tumbili
2016-06-07 15:48:39 +02:00
committed by Roman
parent cdf9864428
commit cd574c523b
2 changed files with 1 additions and 3 deletions
@@ -258,8 +258,6 @@ void Standard::update_transition_state()
}
}
} else if (_vtol_schedule.flight_mode == TRANSITION_TO_MC) {
// continually increase mc attitude control as we transition back to mc mode
if (_params_standard.back_trans_dur > 0.0f) {
+1 -1
View File
@@ -75,7 +75,7 @@ private:
float front_trans_timeout;
float front_trans_time_min;
float down_pitch_max;
float forward_thurst_scale;
float forward_thurst_scale;
} _params_standard;
struct {