forked from Archive/PX4-Autopilot
[SQUASH ME] trivial style fix
This commit is contained in:
parent
3595941554
commit
1896c758d0
|
@ -69,7 +69,7 @@ bool FlightTaskAutoMapper::update()
|
|||
if (_type_previous == WaypointType::idle) {
|
||||
_thrust_setpoint = Vector3f(NAN, NAN, NAN);
|
||||
}
|
||||
|
||||
|
||||
// during mission and reposition, raise the landing gears but only
|
||||
// if altitude is high enough
|
||||
if (_highEnoughForLandingGear()) {
|
||||
|
|
|
@ -61,7 +61,7 @@ bool FlightTaskAutoMapper2::update()
|
|||
if (_type_previous == WaypointType::idle) {
|
||||
_thrust_setpoint = Vector3f(NAN, NAN, NAN);
|
||||
}
|
||||
|
||||
|
||||
// during mission and reposition, raise the landing gears but only
|
||||
// if altitude is high enough
|
||||
if (_highEnoughForLandingGear()) {
|
||||
|
|
Loading…
Reference in New Issue