aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/design.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-02-09 09:52:04 +0100
committerEugene Sandulenko2016-02-14 17:13:04 +0100
commit7dd3874a4379e0f7a52c392f09e6816a9f9303c8 (patch)
tree2eda6aeb6795c0e137856f2c7a0861c74da1caea /engines/wage/design.h
parentc1d548764a749fb804fe46f3dd494c26394535db (diff)
downloadscummvm-rg350-7dd3874a4379e0f7a52c392f09e6816a9f9303c8.tar.gz
scummvm-rg350-7dd3874a4379e0f7a52c392f09e6816a9f9303c8.tar.bz2
scummvm-rg350-7dd3874a4379e0f7a52c392f09e6816a9f9303c8.zip
WAGE: Indentation fixes
Diffstat (limited to 'engines/wage/design.h')
-rw-r--r--engines/wage/design.h10
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);