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/dragonsphere/dragonsphere_scenes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/dragonsphere/dragonsphere_scenes.h') diff --git a/engines/mads/dragonsphere/dragonsphere_scenes.h b/engines/mads/dragonsphere/dragonsphere_scenes.h index 2d23381d25..a6c778eca7 100644 --- a/engines/mads/dragonsphere/dragonsphere_scenes.h +++ b/engines/mads/dragonsphere/dragonsphere_scenes.h @@ -677,7 +677,7 @@ public: }; // TODO: Temporary, remove once implemented properly -class DummyScene: public DragonsphereScene { +class DummyScene : public DragonsphereScene { public: DummyScene(MADSEngine *vm) : DragonsphereScene(vm) { warning("Unimplemented scene"); -- cgit v1.2.3