From db3ca8255fd0f237e2b180a94e3124e0caf00e45 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 27 May 2014 00:58:25 +0200 Subject: MADS: More formatting fixes. Add space before : in inheritance. --- engines/mads/phantom/game_phantom.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/mads/phantom/game_phantom.h') diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h index 326a1dc077..7a84ee1c72 100644 --- a/engines/mads/phantom/game_phantom.h +++ b/engines/mads/phantom/game_phantom.h @@ -65,7 +65,7 @@ enum InventoryObject { }; // HACK: A stub for now, remove from here once it's implemented properly -class PhantomGlobals: public Globals { +class PhantomGlobals : public Globals { public: PhantomGlobals() { resize(210); // Rex has 210 globals @@ -73,7 +73,7 @@ public: virtual ~PhantomGlobals() {} }; -class GamePhantom: public Game { +class GamePhantom : public Game { friend class Game; protected: GamePhantom(MADSEngine *vm); @@ -101,7 +101,7 @@ public: }; -class Section1Handler: public SectionHandler { +class Section1Handler : public SectionHandler { public: Section1Handler(MADSEngine *vm) : SectionHandler(vm) {} -- cgit v1.2.3