From 9bee9e1ba66db0ca27f13a7a09f839521c1e8b3f Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Thu, 19 Apr 2018 12:08:31 +0200 Subject: JANITORIAL: Fix whitespace --- engines/sludge/people.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sludge/people.cpp') diff --git a/engines/sludge/people.cpp b/engines/sludge/people.cpp index 7a70e62457..625f5b7bcb 100644 --- a/engines/sludge/people.cpp +++ b/engines/sludge/people.cpp @@ -175,7 +175,7 @@ bool Persona::load(Common::SeekableReadStream *stream) { if (!checkNew(animation)) return false; for (a = 0; a < numDirections * 3; a++) { - animation[a] = new PersonaAnimation ; + animation[a] = new PersonaAnimation; if (!checkNew(animation[a])) return false; @@ -1088,7 +1088,7 @@ bool PeopleManager::loadPeople(Common::SeekableReadStream *stream) { if (!checkNew(me->myPersona)) return false; - me->myAnim = new PersonaAnimation ; + me->myAnim = new PersonaAnimation; if (!checkNew(me->myAnim)) return false; -- cgit v1.2.3