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 --- simon/charset.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'simon/charset.cpp') diff --git a/simon/charset.cpp b/simon/charset.cpp index 6d938c333e..d7470a8a6f 100644 --- a/simon/charset.cpp +++ b/simon/charset.cpp @@ -172,7 +172,7 @@ void SimonEngine::render_string(uint vga_sprite_id, uint color, uint width, uint WRITE_BE_UINT16(p + 4, height); WRITE_BE_UINT16(p + 6, width); - + dst += READ_BE_UINT32(p); memset(dst, 0, count); @@ -307,7 +307,7 @@ void SimonEngine::video_putchar(FillOrCopyStruct *fcs, byte c, byte b) { width = _hebrew_char_widths [b - 64]; if (fcs->textLength != 0) { - fcs->textLength--; + fcs->textLength--; fcs->textColumnOffset += width; if (fcs->textColumnOffset >= 8) { fcs->textColumnOffset -= 8; @@ -912,7 +912,7 @@ static const byte spanish_video_font[] = { 112, 136, 136, 120, 8, 16, 96, 0, 0, 0, 48, 48, 0, 48, 48, 0, 32, 64, 0, 112, 8, 248, 120, 0, - 32, 64, 0, 192, 64, 64, 224, 0, + 32, 64, 0, 192, 64, 64, 224, 0, 32, 64, 0, 112, 136, 136, 112, 0, 32, 64, 0, 144, 144, 144, 104, 0, 112, 136, 8, 16, 32, 0, 32, 0, -- cgit v1.2.3