]> git.mxchange.org Git - flightgear.git/commitdiff
Patch from Julian Foad:
authordavid <david>
Fri, 28 Jun 2002 17:59:13 +0000 (17:59 +0000)
committerdavid <david>
Fri, 28 Jun 2002 17:59:13 +0000 (17:59 +0000)
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

index 01aeb5474f39ee484764a74a78bdf2a559fc4e61..09ac9ecff68a57dfe6f77734a8c04ca0836d5b51 100644 (file)
@@ -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