MAINT-3977 fixing line endings in llpanelcontents.cpp

master
andreykproductengine 2014-05-07 19:12:41 +03:00
parent 4e0d3bdd4d
commit 80a134ffcc
1 changed files with 6 additions and 6 deletions

View File

@ -141,12 +141,12 @@ void LLPanelContents::refresh()
}
}
void LLPanelContents::clearContents()
{
if (mPanelInventoryObject)
{
mPanelInventoryObject->clearInventoryTask();
}
void LLPanelContents::clearContents()
{
if (mPanelInventoryObject)
{
mPanelInventoryObject->clearInventoryTask();
}
}