From 3a5545c0ea4017acdc29b038e0c185c003780039 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Jun 2017 22:14:08 +0300 Subject: Fix too long line in staticbrowserbox. --- src/gui/widgets/staticbrowserbox.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/widgets/staticbrowserbox.cpp b/src/gui/widgets/staticbrowserbox.cpp index 801ec0724..ed9e1e17d 100644 --- a/src/gui/widgets/staticbrowserbox.cpp +++ b/src/gui/widgets/staticbrowserbox.cpp @@ -341,7 +341,9 @@ void StaticBrowserBox::draw(Graphics *const graphics) if (mDimension.width != mWidth) { updateHeight(); - reportAlways("browserbox resize in draw: %d, %d", mDimension.width, mWidth); + reportAlways("browserbox resize in draw: %d, %d", + mDimension.width, + mWidth); } if (mOpaque == Opaque_true) -- cgit v1.2.3-70-g09d2