summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-06-21 14:32:26 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-06-21 14:32:26 -0600
commit916b68d1cb706b2dc469219f1976f10baadaea08 (patch)
tree3dcda06da32cd35ea93df383f247db2f878eb0ac /indra/newview/llvocache.cpp
parent92339583e6454bd6e769a6dcb0ad2eee31abfb1f (diff)
trivial: convert to unix line endings.
Diffstat (limited to 'indra/newview/llvocache.cpp')
-rwxr-xr-xindra/newview/llvocache.cpp2
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)