aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/actor.h')
-rw-r--r--engines/teenagent/actor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/actor.h b/engines/teenagent/actor.h
index a686bd4fef..ec0fbe319c 100644
--- a/engines/teenagent/actor.h
+++ b/engines/teenagent/actor.h
@@ -28,8 +28,8 @@
namespace TeenAgent {
class Actor : public Animation {
-public:
- void render(Graphics::Surface *surface, const Common::Point & position, uint8 orientation, int delta_frame);
+public:
+ void render(Graphics::Surface *surface, const Common::Point &position, uint8 orientation, int delta_frame);
};
} // End of namespace TeenAgent