From: daveluff Date: Thu, 19 Dec 2002 14:00:52 +0000 (+0000) Subject: Code beautifying X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38b3f48d415bf61210e7e667df9d6e16b84921dc;p=flightgear.git Code beautifying --- 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;