style cleanup: defines with braces

This commit is contained in:
2012-05-27 20:13:59 +00:00
parent b65c9711fe
commit 032d83ecc4
28 changed files with 116 additions and 115 deletions

View File

@@ -2046,7 +2046,7 @@ static int pyrna_prop_collection_bool(BPy_PropertyRNA *self)
"bpy_prop_collection[%d]: out of range.", keynum); \
return ret_err; \
} \
} \
} (void)0
/* internal use only */
@@ -6856,7 +6856,7 @@ static int bpy_class_validate(PointerRNA *dummyptr, void *py_data, int *have_fun
} \
} \
Py_XDECREF(item); \
} \
} (void)0
BPY_REPLACEMENT_STRING("bl_idname", "__name__");