From 72fbb0f3f55570b07c4f2f322a5274d76c0318ee Mon Sep 17 00:00:00 2001 From: david Date: Fri, 28 Jun 2002 17:59:13 +0000 Subject: [PATCH] Patch from Julian Foad: Newline at end of file is required. (On a preprocessor line it is required; on other lines it is recommended but not required.) --- src/ATC/ATCutils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/ATCutils.cxx b/src/ATC/ATCutils.cxx index 01aeb5474..09ac9ecff 100644 --- a/src/ATC/ATCutils.cxx +++ b/src/ATC/ATCutils.cxx @@ -61,4 +61,4 @@ Point3D dclUpdatePosition(Point3D pos, double heading, double angle, double dist Y_cg_rwy =-D_cg_north_of_rwy*sin_rwy_hdg + D_cg_east_of_rwy*cos_rwy_hdg; H_cg_rwy = D_cg_above_rwy; -#endif \ No newline at end of file +#endif -- 2.39.5