From a05a00c8496ff16cb0101f6a1eaf716699c6d62f Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 12 Nov 2012 21:59:56 -0500 Subject: [PATCH] Tiny style fix --- src/apps/deskbar/ExpandoMenuBar.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/deskbar/ExpandoMenuBar.cpp b/src/apps/deskbar/ExpandoMenuBar.cpp index 529a44446d..91f4cfa2be 100644 --- a/src/apps/deskbar/ExpandoMenuBar.cpp +++ b/src/apps/deskbar/ExpandoMenuBar.cpp @@ -217,7 +217,8 @@ TExpandoMenuBar::MessageReceived(BMessage* message) TTeamMenuItem* item; switch (message->what) { - case B_SOME_APP_LAUNCHED: { + case B_SOME_APP_LAUNCHED: + { BList* teams = NULL; message->FindPointer("teams", (void**)&teams);