From 2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 7 Feb 2011 23:01:06 +0000 Subject: ALL: Fix whitespaces / indention svn-id: r55818 --- engines/tinsel/sched.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/tinsel/sched.cpp') diff --git a/engines/tinsel/sched.cpp b/engines/tinsel/sched.cpp index 939b5f4245..427e28826f 100644 --- a/engines/tinsel/sched.cpp +++ b/engines/tinsel/sched.cpp @@ -288,7 +288,8 @@ void Scheduler::giveWay(PPROCESS pReSchedProc) { PPROCESS pEnd; // Find the last process in the list. - for (pEnd = pCurrent; pEnd->pNext != NULL; pEnd = pEnd->pNext) ; + for (pEnd = pCurrent; pEnd->pNext != NULL; pEnd = pEnd->pNext) + ; assert(pEnd->pNext == NULL); -- cgit v1.2.3