diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2013-06-21 14:32:26 -0600 | 
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2013-06-21 14:32:26 -0600 | 
| commit | 916b68d1cb706b2dc469219f1976f10baadaea08 (patch) | |
| tree | 3dcda06da32cd35ea93df383f247db2f878eb0ac | |
| parent | 92339583e6454bd6e769a6dcb0ad2eee31abfb1f (diff) | |
trivial: convert to unix line endings.
| -rwxr-xr-x | indra/newview/llvocache.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index 216a91e1dc..b3c7b80c29 100755 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -244,7 +244,7 @@ U32  LLVOCacheEntry::getMinFrameRange()const  void LLVOCacheEntry::addChild(LLVOCacheEntry* entry)  {  	llassert(entry != NULL); -	llassert(entry->getParentID() == mLocalID);
 +	llassert(entry->getParentID() == mLocalID);  	llassert(entry->getEntry() != NULL);  	if(!entry || !entry->getEntry() || entry->getParentID() != mLocalID) | 
