From 82974a9ce37aba6240f7c3543947631170f012c2 Mon Sep 17 00:00:00 2001 From: whiterandrek Date: Tue, 22 May 2018 08:03:37 +0300 Subject: PINK: fix indentation --- engines/pink/objects/actions/action_talk.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'engines/pink/objects/actions/action_talk.h') diff --git a/engines/pink/objects/actions/action_talk.h b/engines/pink/objects/actions/action_talk.h index 77e8d9099d..61ef1a452f 100644 --- a/engines/pink/objects/actions/action_talk.h +++ b/engines/pink/objects/actions/action_talk.h @@ -31,21 +31,21 @@ class Sound; class ActionTalk : public ActionLoop { public: - virtual void deserialize(Archive &archive); - virtual void toConsole(); - virtual void update(); + virtual void deserialize(Archive &archive); + virtual void toConsole(); + virtual void update(); - virtual void end(); + virtual void end(); - void pause() override; - void unpause() override; + void pause() override; + void unpause() override; protected: - virtual void onStart(); + virtual void onStart(); private: - Sound *_sound; - Common::String _vox; + Sound *_sound; + Common::String _vox; }; } // End of namespace Pink -- cgit v1.2.3