(svn r23595) -Codechange: add comma after last enum to get a more uniform coding style
This commit is contained in:
@@ -22,7 +22,7 @@ enum AircraftSubType {
|
||||
AIR_HELICOPTER = 0, ///< an helicopter
|
||||
AIR_AIRCRAFT = 2, ///< an airplane
|
||||
AIR_SHADOW = 4, ///< shadow of the aircraft
|
||||
AIR_ROTOR = 6 ///< rotor of an helicopter
|
||||
AIR_ROTOR = 6, ///< rotor of an helicopter
|
||||
};
|
||||
|
||||
/** Aircraft flags. */
|
||||
|
Reference in New Issue
Block a user