From df16ebd7301a989c813c26ab2e21163d361ee236 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Dec 2011 17:48:04 +0000 Subject: (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style --- src/airport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/airport.h') diff --git a/src/airport.h b/src/airport.h index d9fe35e3a..a1acc35ba 100644 --- a/src/airport.h +++ b/src/airport.h @@ -52,7 +52,7 @@ enum AirportMovingDataFlags { AMED_BRAKE = 1 << 5, ///< Taxiing at the airport. AMED_HELI_RAISE = 1 << 6, ///< Helicopter take-off. AMED_HELI_LOWER = 1 << 7, ///< Helicopter landing. - AMED_HOLD = 1 << 8 ///< Holding pattern movement (above the airport). + AMED_HOLD = 1 << 8, ///< Holding pattern movement (above the airport). }; /** Movement States on Airports (headings target) */ @@ -144,7 +144,7 @@ public: AIRPLANES = 0x1, ///< Can planes land on this airport type? HELICOPTERS = 0x2, ///< Can helicopters land on this airport type? ALL = AIRPLANES | HELICOPTERS, ///< Mask to check for both planes and helicopters. - SHORT_STRIP = 0x4 ///< This airport has a short landing strip, dangerous for fast aircraft. + SHORT_STRIP = 0x4, ///< This airport has a short landing strip, dangerous for fast aircraft. }; AirportFTAClass( -- cgit v1.2.3-54-g00ecf