From d8357181eb2b6a73c4171364c837bf184baf37de Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 23 Oct 2017 20:58:40 -0700 Subject: [PATCH] Minor whitespace style fix in TReplicantTray class spacing private variables, no functional change intended. --- src/apps/deskbar/StatusView.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/apps/deskbar/StatusView.h b/src/apps/deskbar/StatusView.h index 6fd82183f9..40d45bc203 100644 --- a/src/apps/deskbar/StatusView.h +++ b/src/apps/deskbar/StatusView.h @@ -171,15 +171,15 @@ private: TBarView* fBarView; TReplicantShelf* fShelf; BRect fRightBottomReplicant; - int32 fLastReplicant; + int32 fLastReplicant; - bool fMultiRowMode; - float fMinimumTrayWidth; + bool fMultiRowMode; + float fMinimumTrayWidth; - bool fAlignmentSupport; + bool fAlignmentSupport; #ifdef DB_ADDONS - BList* fItemList; - BMessage fAddOnSettings; + BList* fItemList; + BMessage fAddOnSettings; #endif };