mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
fixed whitespaces
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user