From 7cbbc0ad25dde67d69dbb2f3e8da1c8a9ec4be1a Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Tue, 15 Sep 2009 07:41:05 +0000 Subject: adapted code to comply code formatting conventions. svn-id: r44098 --- engines/teenagent/surface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/teenagent/surface.h') diff --git a/engines/teenagent/surface.h b/engines/teenagent/surface.h index b337167460..24149f5fa2 100644 --- a/engines/teenagent/surface.h +++ b/engines/teenagent/surface.h @@ -39,8 +39,8 @@ public: uint16 x, y; Surface(); - void load(Common::SeekableReadStream * stream, Type type); - void render(Graphics::Surface * surface, int dx = 0, int dy = 0, bool mirror = false); + void load(Common::SeekableReadStream *stream, Type type); + void render(Graphics::Surface *surface, int dx = 0, int dy = 0, bool mirror = false); bool empty() const { return pixels == NULL; } }; -- cgit v1.2.3