Cleanup: clang format

This commit is contained in:
2021-04-01 11:15:47 +11:00
parent 93972c8910
commit d5c6485372
16 changed files with 63 additions and 36 deletions

View File

@@ -52,7 +52,8 @@ enum {
#define BASE_MATH_MEMBERS(_data) \
/** Array of data (alias), wrapped status depends on wrapped status. */ \
PyObject_VAR_HEAD float *_data; \
PyObject_VAR_HEAD \
float *_data; \
/** If this vector references another object, otherwise NULL, *Note* this owns its reference */ \
PyObject *cb_user; \
/** Which user funcs do we adhere to, RNA, etc */ \