style cleanup: follow style guide for/with/if spacing
This commit is contained in:
@@ -189,7 +189,7 @@ PyObject* initVideoTexture(void)
|
||||
/* Use existing module where possible
|
||||
* be careful not to init any runtime vars after this */
|
||||
m = PyImport_ImportModule( "VideoTexture" );
|
||||
if(m) {
|
||||
if (m) {
|
||||
Py_DECREF(m);
|
||||
return m;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user