From 38b3f48d415bf61210e7e667df9d6e16b84921dc Mon Sep 17 00:00:00 2001 From: daveluff Date: Thu, 19 Dec 2002 14:00:52 +0000 Subject: [PATCH] Code beautifying --- src/ATC/atis.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ATC/atis.hxx b/src/ATC/atis.hxx index 13f2b6b1a..2ee92f81e 100644 --- a/src/ATC/atis.hxx +++ b/src/ATC/atis.hxx @@ -59,8 +59,7 @@ SG_USING_STD(string); class FGATIS : public FGATC { char type; - double lon, lat; - double elev; + double lon, lat, elev; double x, y, z; int freq; int range; -- 2.39.5