summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llpanelcontents.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llpanelcontents.cpp b/indra/newview/llpanelcontents.cpp
index 5be796ea7a..13ab7d7f27 100755
--- a/indra/newview/llpanelcontents.cpp
+++ b/indra/newview/llpanelcontents.cpp
@@ -141,12 +141,12 @@ void LLPanelContents::refresh()
}
}
-void LLPanelContents::clearContents()
-{
- if (mPanelInventoryObject)
- {
- mPanelInventoryObject->clearInventoryTask();
- }
+void LLPanelContents::clearContents()
+{
+ if (mPanelInventoryObject)
+ {
+ mPanelInventoryObject->clearInventoryTask();
+ }
}