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;
}

View File

@@ -6347,7 +6347,7 @@ PyObject *BPY_rna_module(void)
void BPY_update_rna_module(void)
{
if(rna_module_ptr) {
if (rna_module_ptr) {
#if 0
RNA_main_pointer_create(G.main, rna_module_ptr);
#else