From 85c5fc06d49e8309d273873d31448688bd494d49 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 Aug 2013 22:53:47 +0300 Subject: fix code style and some minor issues. --- src/gui/widgets/window.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets') diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index a0683fa45..7d6174311 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -494,7 +494,8 @@ void Window::widgetResized(const gcn::Event &event A_UNUSED) } if (mSkin) { - const bool showClose = mCloseWindowButton && mSkin->getCloseImage(false); + const bool showClose = mCloseWindowButton + && mSkin->getCloseImage(false); const int closePadding = getOption("closePadding"); if (showClose) { -- cgit v1.2.3-70-g09d2