]> git.mxchange.org Git - flightgear.git/commitdiff
Minor formatting changes
authordaveluff <daveluff>
Thu, 20 Mar 2003 11:50:34 +0000 (11:50 +0000)
committerdaveluff <daveluff>
Thu, 20 Mar 2003 11:50:34 +0000 (11:50 +0000)
src/ATC/ATCutils.hxx

index 9ab479884b8b6764d2f6386570453a56e815b429..360ecd8378d53da06a7810f86e485d59a89727d3 100644 (file)
@@ -95,9 +95,10 @@ double dclGetAirportElev( const string& id );
 
 /****************
 *
-* Runways
+*   Runways
 *
 ****************/
 
 // Given a Point3D (lon/lat/elev) and an FGRunway struct, determine if the point lies on the runway
 bool OnRunway(Point3D pt, FGRunway* rwy);
+