From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/CombatGroup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Stars45/CombatGroup.h') diff --git a/Stars45/CombatGroup.h b/Stars45/CombatGroup.h index 7a49c1d..879cd24 100644 --- a/Stars45/CombatGroup.h +++ b/Stars45/CombatGroup.h @@ -60,7 +60,7 @@ class CombatGroup public: static const char* TYPENAME() { return "CombatGroup"; } - enum GROUP_TYPE { + enum GROUP_TYPE { FORCE = 1, // Commander In Chief WING, // Air Force @@ -214,7 +214,7 @@ public: static int TypeFromName(const char* name); static const char* NameFromType(int type); -private: +private: const char* GetOrdinal() const; // attributes: -- cgit v1.1