FlightTaskAuto: fix newline at end of file

This commit is contained in:
Matthias Grob
2018-11-27 15:18:29 +00:00
committed by Daniel Agar
parent 55947d2782
commit 94d4f0391a

View File

@@ -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;
}
}