From 8926a2ff8f3eb6eb1666a0b4ea7c2eafac727a7b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 May 2017 06:04:55 +0300 Subject: Fix style in some functions. --- src/gui/widgets/widget.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets') diff --git a/src/gui/widgets/widget.h b/src/gui/widgets/widget.h index 3601570cb..2a8cae343 100644 --- a/src/gui/widgets/widget.h +++ b/src/gui/widgets/widget.h @@ -375,8 +375,10 @@ class Widget notfinal : public Widget2 * @see setVisible */ bool isVisible() const A_WARN_UNUSED - { return mVisible == Visible_true && - (!mParent || mParent->isVisible()); } + { + return mVisible == Visible_true && + (!mParent || mParent->isVisible()); + } /** * Sets the base color of the widget. -- cgit v1.2.3-60-g2f50