diff options
author | Eugene Sandulenko | 2016-02-09 09:52:04 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-14 17:13:04 +0100 |
commit | 7dd3874a4379e0f7a52c392f09e6816a9f9303c8 (patch) | |
tree | 2eda6aeb6795c0e137856f2c7a0861c74da1caea /engines/wage | |
parent | c1d548764a749fb804fe46f3dd494c26394535db (diff) | |
download | scummvm-rg350-7dd3874a4379e0f7a52c392f09e6816a9f9303c8.tar.gz scummvm-rg350-7dd3874a4379e0f7a52c392f09e6816a9f9303c8.tar.bz2 scummvm-rg350-7dd3874a4379e0f7a52c392f09e6816a9f9303c8.zip |
WAGE: Indentation fixes
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/design.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/wage/design.h b/engines/wage/design.h index 43f9ce1ce5..94a620a098 100644 --- a/engines/wage/design.h +++ b/engines/wage/design.h @@ -79,17 +79,17 @@ public: private: byte *_data; - int _len; + int _len; Common::Rect *_bounds; Graphics::Surface *_surface; private: - void drawRect(Graphics::Surface *surface, Common::ReadStream &in, - Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); + void drawRect(Graphics::Surface *surface, Common::ReadStream &in, + Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); void drawRoundRect(Graphics::Surface *surface, Common::ReadStream &in, - Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); + Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); void drawPolygon(Graphics::Surface *surface, Common::ReadStream &in, - Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); + Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); void drawOval(Graphics::Surface *surface, Common::ReadStream &in, Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); void drawBitmap(Graphics::Surface *surface, Common::ReadStream &in); |