whitespace cleanup

This commit is contained in:
Campbell Barton
2011-09-25 12:31:21 +00:00
parent 558b646216
commit 274b9c8fb8
62 changed files with 212 additions and 212 deletions

View File

@@ -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)