Indentation fix.

This commit is contained in:
Markus Armbruster 2005-03-17 21:47:42 +00:00
parent 56c4551f8b
commit b1f973faed

View file

@ -129,7 +129,7 @@ typedef enum {
NS_LIST, /* list of IDs */
NS_DIST, /* circular area */
NS_AREA, /* rectangular area */
NS_ALL, /* everything */
NS_ALL, /* everything */
NS_XY, /* one sector area */
NS_GROUP /* group, i.e. fleet, wing, army */
} ns_seltype;