From 9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 31 Jan 2010 00:47:29 +0000 Subject: Formatting corrections to conform to ScummVM formatting guidelines svn-id: r47733 --- engines/m4/viewmgr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/m4/viewmgr.h') diff --git a/engines/m4/viewmgr.h b/engines/m4/viewmgr.h index 966b29084d..c3055c6706 100644 --- a/engines/m4/viewmgr.h +++ b/engines/m4/viewmgr.h @@ -76,7 +76,7 @@ struct ScreenFlags { _screenFlags.get = SCREVENT_ALL; _screenFlags.blocks = SCREVENT_ALL; \ _screenFlags.visible = true; -class RectList: public Common::Array { +class RectList : public Common::Array { public: RectList(); ~RectList(); @@ -107,7 +107,7 @@ private: View *_view; }; -class View: public M4Surface { +class View : public M4Surface { public: View(MadsM4Engine *vm, const Common::Rect &viewBounds, bool transparent = false); View(MadsM4Engine *vm, int x = 0, int y = 0, bool transparent = false); -- cgit v1.2.3