From eef9f7b57b493cfb7712fd47cb961d16e8ce878d Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 9 Oct 2010 11:11:26 +0000 Subject: TOON: Ran astyle over the toon engine (+ some manual corrections). svn-id: r53098 --- engines/toon/script.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/toon/script.h') diff --git a/engines/toon/script.h b/engines/toon/script.h index 941b892179..47e04e8c82 100644 --- a/engines/toon/script.h +++ b/engines/toon/script.h @@ -104,8 +104,8 @@ public: void init(EMCState *scriptState, const EMCData *data); bool start(EMCState *script, int function); - void saveState(EMCState* script, Common::WriteStream * stream); - void loadState(EMCState* script, Common::ReadStream* stream); + void saveState(EMCState *script, Common::WriteStream *stream); + void loadState(EMCState *script, Common::ReadStream *stream); bool isValid(EMCState *script); -- cgit v1.2.3