whitespace cleanup
This commit is contained in:
@@ -128,9 +128,9 @@ Destruct()
|
||||
// We'll delete m_parent_relation now anyway.
|
||||
|
||||
delete(m_parent_relation);
|
||||
m_parent_relation = NULL;
|
||||
m_parent_relation = NULL;
|
||||
|
||||
if (m_children.begin() != m_children.end())
|
||||
if (m_children.begin() != m_children.end())
|
||||
{
|
||||
NodeList::iterator childit;
|
||||
for (childit = m_children.begin();childit!=m_children.end();++childit)
|
||||
|
||||
Reference in New Issue
Block a user