summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-02-12 14:21:36 -0800
committerXiaohong Bao <bao@lindenlab.com>2010-02-12 14:21:36 -0800
commit03d79f1bf7e620c25245a06f442f809f0958ffbf (patch)
tree3d0f2d8c0f0d8b903af059374c4d12a53788e157 /indra
parenta5c725c189254388af06bdee7317774bc0264940 (diff)
some code dents change (nothing else).
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lltexturefetch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index 6dcf4bc798..6c35464a51 100644
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -1515,8 +1515,8 @@ bool LLTextureFetch::createRequest(const std::string& url, const LLUUID& id, con
unlockQueue() ;
worker->lockWorkMutex();
- worker->mActiveCount++;
- worker->mNeedsAux = needs_aux;
+ worker->mActiveCount++;
+ worker->mNeedsAux = needs_aux;
worker->unlockWorkMutex();
}