diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-04 10:57:03 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-04 10:57:03 -0400 |
commit | 3369ebc8dd839883e84b279977a2347391ec2ed6 (patch) | |
tree | 8f815df1fa85e0104344b8df9ce171eda160c89e /indra/llcommon/llfasttimer_class.cpp | |
parent | ca3cea390ca44e6e6c390b390e0ebdfafd2afa9e (diff) |
fix DOS line endings
Diffstat (limited to 'indra/llcommon/llfasttimer_class.cpp')
-rw-r--r-- | indra/llcommon/llfasttimer_class.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/llcommon/llfasttimer_class.cpp b/indra/llcommon/llfasttimer_class.cpp index 675eda2fc5..0737f954e8 100644 --- a/indra/llcommon/llfasttimer_class.cpp +++ b/indra/llcommon/llfasttimer_class.cpp @@ -229,12 +229,12 @@ void LLFastTimer::DeclareTimer::updateCachedPointers() it->mFrameState = &it->mTimer.getFrameState(); } - // also update frame states of timers on stack
- LLFastTimer* cur_timerp = LLFastTimer::sCurTimerData.mCurTimer;
- while(cur_timerp->mLastTimerData.mCurTimer != cur_timerp)
- {
- cur_timerp->mFrameState = &cur_timerp->mFrameState->mTimer->getFrameState();
- cur_timerp = cur_timerp->mLastTimerData.mCurTimer;
+ // also update frame states of timers on stack + LLFastTimer* cur_timerp = LLFastTimer::sCurTimerData.mCurTimer; + while(cur_timerp->mLastTimerData.mCurTimer != cur_timerp) + { + cur_timerp->mFrameState = &cur_timerp->mFrameState->mTimer->getFrameState(); + cur_timerp = cur_timerp->mLastTimerData.mCurTimer; } } |