From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- scumm/script_v7he.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scumm/script_v7he.cpp') diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 99ef7c0157..da2eef65e0 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -387,7 +387,7 @@ int ScummEngine_v70he::getStringCharWidth(byte chr) { if (offs) { spacing = ptr[offs] + (signed char)ptr[offs + 2]; } - + return spacing; } @@ -946,7 +946,7 @@ void ScummEngine_v70he::o70_writeINI() { int type, value; byte option[256], string[256]; int len; - + type = pop(); value = pop(); @@ -956,13 +956,13 @@ void ScummEngine_v70he::o70_writeINI() { switch (type) { case 1: // number - ConfMan.set((char *)option, value); + ConfMan.set((char *)option, value); break; case 2: // string convertMessageToString(_scriptPointer, string, sizeof(string)); len = resStrLen(_scriptPointer); _scriptPointer += len + 1; - ConfMan.set((char *)option, (char *)string); + ConfMan.set((char *)option, (char *)string); break; default: error("o70_writeINI: default type %d", type); -- cgit v1.2.3