From fb79d1fec79a30c3e58ceb3cbef78140ab630a21 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Mon, 9 Feb 2015 21:53:44 -0600 Subject: [PATCH] formatting --- Engine/source/console/simObject.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Engine/source/console/simObject.cpp b/Engine/source/console/simObject.cpp index 399a57f4b..711e37718 100644 --- a/Engine/source/console/simObject.cpp +++ b/Engine/source/console/simObject.cpp @@ -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();