summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 336da9ac79..5a6cbb045d 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -536,11 +536,11 @@ void LLIMView::removeSession(const LLUUID& session_id)
mFloaters.erase(floater->getHandle());
mTalkFloater->removeFloater(floater);
//mTabContainer->removeTabPanel(floater);
- }
-
- if ( session_id.notNull() && floater->getDialogType() != IM_NOTHING_SPECIAL )
- {
- mSessionsDropRequested[session_id.asString()] = LLSD();
+ if(session_id.notNull()
+ && (floater->getDialogType() != IM_NOTHING_SPECIAL))
+ {
+ mSessionsDropRequested[session_id.asString()] = LLSD();
+ }
}
}