summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-04-10 11:40:11 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-04-10 11:40:11 -0600
commitdd1ad64fc45503ed816824d3631c82eeff22c286 (patch)
treec67ffb00cfa71adeb4cbec8d5b3f106aabd518bc /indra/newview
parent446849f23c06ab2bda5333ba31e22bd09f1083fb (diff)
trivial: convert to unix line endings.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvieweroctree.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llvieweroctree.h b/indra/newview/llvieweroctree.h
index 21cc934d77..b6faf4c7ba 100644
--- a/indra/newview/llvieweroctree.h
+++ b/indra/newview/llvieweroctree.h
@@ -324,15 +324,15 @@ protected:
S32 mRes;
};
-//scan the octree, output the info of each node for debug use.
-class LLViewerOctreeDebug : public OctreeTraveler
-{
-public:
- virtual void processGroup(LLviewerOctreeGroup* group);
- virtual void visit(const OctreeNode* branch);
-
-public:
- static BOOL sInDebug;
+//scan the octree, output the info of each node for debug use.
+class LLViewerOctreeDebug : public OctreeTraveler
+{
+public:
+ virtual void processGroup(LLviewerOctreeGroup* group);
+ virtual void visit(const OctreeNode* branch);
+
+public:
+ static BOOL sInDebug;
};
#endif