[SQUASH ME] trivial style fix

This commit is contained in:
Daniel Agar 2019-11-06 21:35:46 -05:00 committed by Matthias Grob
parent 3595941554
commit 1896c758d0
2 changed files with 2 additions and 2 deletions

View File

@ -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()) {

View File

@ -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()) {