From b3c6751b9b7fc1401fd5e87a034cdaec92b67b20 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 May 2009 15:17:42 +0000 Subject: Strip trailing whitespaces in the whole code base. svn-id: r40867 --- engines/agi/text.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agi/text.cpp') diff --git a/engines/agi/text.cpp b/engines/agi/text.cpp index da7f34fc19..63b109ee83 100644 --- a/engines/agi/text.cpp +++ b/engines/agi/text.cpp @@ -272,9 +272,9 @@ char *AgiEngine::wordWrapString(const char *s, int *len) { if (wLen) { memcpy(outStr, pWord, wLen); outStr += wLen; - } + } lnLen += wLen+1; - + if (lnLen > msgWidth) { msgWidth = lnLen; -- cgit v1.2.3