From 7dd3874a4379e0f7a52c392f09e6816a9f9303c8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 9 Feb 2016 09:52:04 +0100 Subject: WAGE: Indentation fixes --- engines/wage/design.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/wage/design.h') 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); -- cgit v1.2.3