style cleanup

This commit is contained in:
2012-05-22 22:03:41 +00:00
parent d2a37d464a
commit dab1d8e487
18 changed files with 66 additions and 65 deletions

View File

@@ -178,7 +178,7 @@ void BPY_modules_update(bContext *C)
/* refreshes the main struct */
BPY_update_rna_module();
if(bpy_context_module)
if (bpy_context_module)
bpy_context_module->ptr.data = (void *)C;
}