From 8a7f3e69ffc050d70446db3d6e51b2e2215121b2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 23 Oct 2011 02:05:05 +0200 Subject: TEENAGENT: Improve code formatting. I used astyle and fixed some incorrect changes from it manually. --- 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 64e45a7330..1771b2d683 100644 --- a/engines/teenagent/surface.h +++ b/engines/teenagent/surface.h @@ -26,7 +26,7 @@ #include "graphics/surface.h" namespace Common { - class SeekableReadStream; +class SeekableReadStream; } namespace TeenAgent { @@ -40,7 +40,7 @@ public: Surface(); ~Surface(); - void load(Common::SeekableReadStream&, Type type); + void load(Common::SeekableReadStream &, Type type); Common::Rect render(Graphics::Surface *surface, int dx = 0, int dy = 0, bool mirror = false, Common::Rect src_rect = Common::Rect(), uint zoom = 256) const; bool empty() const { return pixels == NULL; } -- cgit v1.2.3