Skip to content

Commit

Permalink
Add new line at the end of FlightTaskFailsafe.cpp and FlightTaskAutoL…
Browse files Browse the repository at this point in the history
…ine.cpp
  • Loading branch information
bresch committed Mar 29, 2019
1 parent 3a5e77e commit 51c6974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/FlightTasks/tasks/AutoLine/FlightTaskAutoLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ void FlightTaskAutoLine::_generateAltitudeSetpoints()
_velocity_setpoint(2) = 0.0f;
_position_setpoint(2) = _target(2);
}
}
}
2 changes: 1 addition & 1 deletion src/lib/FlightTasks/tasks/Failsafe/FlightTaskFailsafe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ bool FlightTaskFailsafe::update()

return true;

}
}

0 comments on commit 51c6974

Please sign in to comment.