Cleanup: add missing macros to clang-format

This commit is contained in:
Campbell Barton
2019-04-21 04:40:16 +10:00
parent 6b9ce24338
commit 2fb9c8ef12
59 changed files with 322 additions and 564 deletions

View File

@@ -225,10 +225,8 @@ static PyObject *bpy_user_map(PyObject *UNUSED(self), PyObject *args, PyObject *
data_cb.types_bitmap = key_types_bitmap;
FOREACH_MAIN_LISTBASE_BEGIN(bmain, lb)
{
FOREACH_MAIN_LISTBASE_ID_BEGIN(lb, id)
{
FOREACH_MAIN_LISTBASE_BEGIN (bmain, lb) {
FOREACH_MAIN_LISTBASE_ID_BEGIN (lb, id) {
/* We cannot skip here in case we have some filter on key types... */
if (key_types_bitmap == NULL && val_types_bitmap != NULL) {
if (!id_check_type(id, val_types_bitmap)) {