diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2014-05-07 19:12:41 +0300 | 
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2014-05-07 19:12:41 +0300 | 
| commit | 80a134ffcc68b277c10cc79dc9c7ca073148b41e (patch) | |
| tree | 2359be6cf870f43d183d9ce10cf4bb5e18d0ced5 /indra | |
| parent | 4e0d3bdd4da2bf376bf482f4430e05ba8a6fa01c (diff) | |
MAINT-3977 fixing line endings in llpanelcontents.cpp
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llpanelcontents.cpp | 12 | 
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(); +	}  } | 
