Convert tabs to spaces.
This commit is contained in:
@@ -110,7 +110,7 @@ class OSG_EXPORT Group : public Node
|
||||
/** Get the index number of child, return a value between
|
||||
* 0 and _children.size()-1 if found, if not found then
|
||||
* return _children.size().
|
||||
*/
|
||||
*/
|
||||
inline unsigned int getChildIndex( const Node* node ) const
|
||||
{
|
||||
for (unsigned int childNum=0;childNum<_children.size();++childNum)
|
||||
|
||||
Reference in New Issue
Block a user