(svn r4638) - Codestyle: replacing aligning tabs with spaces

This commit is contained in:
peter1138 2006-05-01 08:37:54 +00:00
parent 984a7f808b
commit 9fc8d0fb92

View File

@ -15,14 +15,14 @@ enum {
AT_HELIPORT = 2,
AT_METROPOLITAN = 3,
AT_INTERNATIONAL = 4,
AT_OILRIG = 15
AT_OILRIG = 15,
};
// do not change unless you change v->subtype too. This aligns perfectly with its current setting
enum {
AIRCRAFT_ONLY = 0,
ALL = 1,
HELICOPTERS_ONLY = 2
HELICOPTERS_ONLY = 2,
};
// Finite sTate mAchine --> FTA