From 0271eb0df7e6f4d67680c6459e5c003af90ecda3 Mon Sep 17 00:00:00 2001 From: laserpants Date: Sat, 26 Mar 2016 13:36:59 +0300 Subject: [PATCH] code style --- components/flatbutton.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/flatbutton.h b/components/flatbutton.h index f85029c..bca4481 100644 --- a/components/flatbutton.h +++ b/components/flatbutton.h @@ -29,8 +29,9 @@ protected: private: inline void updateOverlayGeometry() { - if (_overlay) + if (_overlay) { _overlay->setGeometry(rect()); + } } RippleOverlay *const _overlay;