From ef3b5a4d610f94d1e535ed3b673d613c14051a82 Mon Sep 17 00:00:00 2001 From: daveluff Date: Thu, 20 Mar 2003 11:50:34 +0000 Subject: [PATCH] Minor formatting changes --- src/ATC/ATCutils.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ATC/ATCutils.hxx b/src/ATC/ATCutils.hxx index 9ab479884..360ecd837 100644 --- a/src/ATC/ATCutils.hxx +++ b/src/ATC/ATCutils.hxx @@ -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); + -- 2.39.5