summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-04-01 13:44:08 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-04-01 13:44:08 -0600
commit449222f5f0dbe2a4bd5cbc397298c02a3f3348b0 (patch)
tree3f30429af90c43a3eef68bfa8b42ca4de1229d48
parent1c9bb66ba347f93f964c8a1477f23675d529d970 (diff)
trivial: convert to unix line endings.
-rw-r--r--indra/newview/llviewerregion.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp
index 64cf33a9eb..bed047ff0b 100644
--- a/indra/newview/llviewerregion.cpp
+++ b/indra/newview/llviewerregion.cpp
@@ -442,9 +442,9 @@ void LLViewerRegion::loadObjectCache()
if(LLVOCache::hasInstance())
{
LLVOCache::getInstance()->readFromCache(mHandle, mImpl->mCacheID, mImpl->mCacheMap) ;
- if (mImpl->mCacheMap.empty())
- {
- mCacheDirty = TRUE;
+ if (mImpl->mCacheMap.empty())
+ {
+ mCacheDirty = TRUE;
}
}
}