formatting

This commit is contained in:
Azaezel 2015-02-09 21:53:44 -06:00
parent 793d7bf856
commit fb79d1fec7

View file

@ -1407,11 +1407,11 @@ void SimObject::linkNamespaces()
// while still having the class namespace fields matching the current
// setup.
if (mNameSpace != NULL)
if (mNameSpace)
{
Con::warnf("SimObject::linkNamespaces -- Namespace linkage already in place %s", mNameSpace->getName());
if( mNameSpace )
return;
}
// Get the namespace for the C++ class.
Namespace* cppNamespace = getClassRep()->getNameSpace();