From fdd6eb021b6f81336db7c514538185145c0b0681 Mon Sep 17 00:00:00 2001 From: barrett Date: Thu, 18 Oct 2012 21:04:45 +0000 Subject: [PATCH] Another little style fix. --- libs/librunview/RunView.cpp | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/libs/librunview/RunView.cpp b/libs/librunview/RunView.cpp index 8b215ec..1e6f064 100644 --- a/libs/librunview/RunView.cpp +++ b/libs/librunview/RunView.cpp @@ -181,17 +181,10 @@ UTF8_CHAR_LEN (uchar c) return (((0xE5000000 >> (((c) >> 3) & 0x1E)) & 3) + 1); } -RunView::RunView ( - BRect frame, - const char* name, - Theme* theme, - uint32 resizingMode, - uint32 flags) - : BView ( - frame, - name, - resizingMode, - flags | B_WILL_DRAW | B_FRAME_EVENTS), +RunView::RunView(BRect frame, const char* name, Theme* theme, + uint32 resizingMode, uint32 flags) + : + BView(frame, name, resizingMode, flags | B_WILL_DRAW | B_FRAME_EVENTS), fScroller (NULL), fTheme (theme), fWorking (NULL),