From 15d98724d85b33d9918125999d6f654736ef10af Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Mon, 30 Sep 2013 11:13:29 +0200 Subject: WINTERMUTE: Formatting (Clean up extra whitespace in UIObject). --- engines/wintermute/ui/ui_object.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/wintermute/ui/ui_object.cpp b/engines/wintermute/ui/ui_object.cpp index 0962d83f8b..72a601a251 100644 --- a/engines/wintermute/ui/ui_object.cpp +++ b/engines/wintermute/ui/ui_object.cpp @@ -657,12 +657,12 @@ int32 UIObject::getHeight() const { } void UIObject::setWidth(int32 width) { - assert (width >= 0); + assert(width >= 0); _width = width; } void UIObject::setHeight(int32 height) { - assert (height >= 0); + assert(height >= 0); _height = height; } -- cgit v1.2.3