From 916b68d1cb706b2dc469219f1976f10baadaea08 Mon Sep 17 00:00:00 2001 From: Xiaohong Bao Date: Fri, 21 Jun 2013 14:32:26 -0600 Subject: trivial: convert to unix line endings. --- indra/newview/llvocache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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) -- cgit v1.2.3