summaryrefslogtreecommitdiff
path: root/indra/newview/llfasttimerview.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfasttimerview.h')
-rw-r--r--indra/newview/llfasttimerview.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/llfasttimerview.h b/indra/newview/llfasttimerview.h
index f9ceb4423b..8b9ad290bc 100644
--- a/indra/newview/llfasttimerview.h
+++ b/indra/newview/llfasttimerview.h
@@ -113,20 +113,20 @@ private:
ALIGN_COUNT
} ChildAlignment;
- ChildAlignment mDisplayCenter;
+ ChildAlignment mDisplayCenter;
bool mDisplayCalls,
mDisplayHz;
LLUnit<LLUnits::Seconds, F64> mAllTimeMax,
mTotalTimeDisplay;
- LLRect mBarRect;
- S32 mScrollIndex;
+ LLRect mBarRect;
+ S32 mScrollIndex;
LLTrace::TimeBlock* mHoverID;
LLTrace::TimeBlock* mHoverTimer;
- LLRect mToolTipRect;
- S32 mHoverBarIndex;
- LLFrameTimer mHighlightTimer;
- S32 mPrintStats;
- LLRect mGraphRect;
+ LLRect mToolTipRect;
+ S32 mHoverBarIndex;
+ LLFrameTimer mHighlightTimer;
+ S32 mPrintStats;
+ LLRect mGraphRect;
LLTrace::PeriodicRecording* mRecording;
bool mPauseHistory;
};