From b42dae6a30db145fd0254e2badbfcd1a445521f6 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Wed, 18 Jul 2012 18:41:58 +0200 Subject: WINTERMUTE: Remove some useless spaces. --- engines/wintermute/Base/BRenderSDL.h | 2 +- engines/wintermute/Base/BRenderer.cpp | 2 +- engines/wintermute/Base/BRenderer.h | 2 +- engines/wintermute/Base/font/BFontBitmap.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/wintermute') diff --git a/engines/wintermute/Base/BRenderSDL.h b/engines/wintermute/Base/BRenderSDL.h index 0192849afa..7b5878a496 100644 --- a/engines/wintermute/Base/BRenderSDL.h +++ b/engines/wintermute/Base/BRenderSDL.h @@ -65,7 +65,7 @@ public: bool initRenderer(int width, int height, bool windowed); bool flip(); - bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL); + bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL); bool fade(uint16 alpha); bool fadeToColor(uint32 color, Common::Rect *rect = NULL); diff --git a/engines/wintermute/Base/BRenderer.cpp b/engines/wintermute/Base/BRenderer.cpp index 49eb8db69a..15ec101c1f 100644 --- a/engines/wintermute/Base/BRenderer.cpp +++ b/engines/wintermute/Base/BRenderer.cpp @@ -137,7 +137,7 @@ void CBRenderer::onWindowChange() { ////////////////////////////////////////////////////////////////////// -bool CBRenderer::fill(byte r, byte g, byte b, Common::Rect *rect) { +bool CBRenderer::fill(byte r, byte g, byte b, Common::Rect *rect) { return STATUS_FAILED; } diff --git a/engines/wintermute/Base/BRenderer.h b/engines/wintermute/Base/BRenderer.h index ddf2a3a808..4cc7e64fc1 100644 --- a/engines/wintermute/Base/BRenderer.h +++ b/engines/wintermute/Base/BRenderer.h @@ -63,7 +63,7 @@ public: }; virtual bool windowedBlt(); - virtual bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL); + virtual bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL); virtual void onWindowChange(); virtual bool initRenderer(int width, int height, bool windowed); virtual bool flip(); diff --git a/engines/wintermute/Base/font/BFontBitmap.h b/engines/wintermute/Base/font/BFontBitmap.h index 94569e4dc7..4806d61291 100644 --- a/engines/wintermute/Base/font/BFontBitmap.h +++ b/engines/wintermute/Base/font/BFontBitmap.h @@ -61,7 +61,7 @@ public: private: int getCharWidth(byte index); - void drawChar(byte c, int x, int y); + void drawChar(byte c, int x, int y); int textHeightDraw(byte *text, int x, int y, int width, TTextAlign align, bool draw, int max_height = -1, int MaxLength = -1); -- cgit v1.2.3