From 35f220ace2ae1839f8a0706fc0e3de1ad39a6045 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Mon, 25 Oct 2010 13:31:01 +0000 Subject: HUGO: cleanup: Suppress trailing spaces and tabs svn-id: r53825 --- engines/hugo/util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hugo/util.cpp') diff --git a/engines/hugo/util.cpp b/engines/hugo/util.cpp index 8cca4b7d84..2def4a4dba 100644 --- a/engines/hugo/util.cpp +++ b/engines/hugo/util.cpp @@ -78,14 +78,14 @@ void Utils::reverseByte(byte *data) { if (*data & maskIn) result |= maskOut; } - + *data = result; } char *Utils::Box(box_t dismiss, const char *s, ...) { static char buffer[MAX_STRLEN + 1]; // Format text into this - if (!s) + if (!s) return 0; // NULL strings catered for if (s[0] == '\0') -- cgit v1.2.3