From 8ba75fc522f16844524dd4d6f88c3851e2402969 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Sep 2009 16:16:53 +0000 Subject: Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) svn-id: r44495 --- engines/agos/string_pn.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/agos/string_pn.cpp') diff --git a/engines/agos/string_pn.cpp b/engines/agos/string_pn.cpp index 0872e9d589..a4e40d8306 100644 --- a/engines/agos/string_pn.cpp +++ b/engines/agos/string_pn.cpp @@ -23,8 +23,6 @@ * */ - - #include "agos/agos.h" #include "agos/intern.h" @@ -34,7 +32,7 @@ uint32 AGOSEngine_PN::ftext(uint32 base, int n) { uint32 b = base; int ct = n; while (ct) { - while(_textBase[b++]) + while (_textBase[b++]) ; ct--; } -- cgit v1.2.3