Browse Source

FlightTaskAuto: fix newline at end of file

sbg
Matthias Grob 6 years ago committed by Daniel Agar
parent
commit
94d4f0391a
  1. 2
      src/lib/FlightTasks/tasks/Auto/FlightTaskAuto.cpp

2
src/lib/FlightTasks/tasks/Auto/FlightTaskAuto.cpp

@ -507,4 +507,4 @@ bool FlightTaskAuto::_compute_heading_from_2D_vector(float &heading, Vector2f v) @@ -507,4 +507,4 @@ bool FlightTaskAuto::_compute_heading_from_2D_vector(float &heading, Vector2f v)
// heading unknown and therefore do not change heading
return false;
}
}

Loading…
Cancel
Save