style cleanup: follow style guide for/with/if spacing

This commit is contained in:
Campbell Barton
2012-03-24 07:52:14 +00:00
parent 81d8f17843
commit b8a71efeba
213 changed files with 2407 additions and 2406 deletions

View File

@@ -666,7 +666,7 @@ PyObject* initPythonConstraintBinding()
/* Use existing module where possible
* be careful not to init any runtime vars after this */
m = PyImport_ImportModule( "PhysicsConstraints" );
if(m) {
if (m) {
Py_DECREF(m);
return m;
}