From 8465910c79b8e746e04fd581cca2d60399e569b9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:07 -0500 Subject: Second Life viewer sources 1.18.3.2-RC --- linden/indra/newview/llfloatergroupinfo.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'linden/indra/newview/llfloatergroupinfo.cpp') diff --git a/linden/indra/newview/llfloatergroupinfo.cpp b/linden/indra/newview/llfloatergroupinfo.cpp index 3e8eae5..6187692 100644 --- a/linden/indra/newview/llfloatergroupinfo.cpp +++ b/linden/indra/newview/llfloatergroupinfo.cpp @@ -109,7 +109,7 @@ void LLFloaterGroupInfo::closeGroup(const LLUUID& group_id) { fgi->mPanelGroupp->close(); } - } + } } // static @@ -125,9 +125,9 @@ void LLFloaterGroupInfo::refreshGroup(const LLUUID& group_id) if (fgi) { if (fgi->mPanelGroupp) - { + { fgi->mPanelGroupp->refreshData(); - } + } } } @@ -190,9 +190,9 @@ void LLFloaterGroupInfo::showNotice(const char* subject, { // We need to clean up that inventory offer. if (inventory_offer) - { + { inventory_offer_callback( IOR_DECLINE , inventory_offer); - } + } return; } @@ -202,9 +202,9 @@ void LLFloaterGroupInfo::showNotice(const char* subject, { // We need to clean up that inventory offer. if (inventory_offer) - { + { inventory_offer_callback( IOR_DECLINE , inventory_offer); - } + } return; } -- cgit v1.1