Cleanup: style, use braces in source/ (include disabled blocks)

This commit is contained in:
2019-05-31 23:21:16 +10:00
parent 72a563cdee
commit aba4e6810f
106 changed files with 944 additions and 483 deletions

View File

@@ -222,8 +222,9 @@ static void update_pyconstraint_cb(void *arg1, void *arg2)
# else
Object *owner = (Object *)arg1;
bConstraint *con = (bConstraint *)arg2;
if (owner && con)
if (owner && con) {
BPY_pyconstraint_update(owner, con);
}
# endif
}
#endif // UNUSED