Cleanup: update clang-format so PyObject_HEAD indents properly

This commit is contained in:
2021-06-24 17:10:22 +10:00
parent 1f778dbefc
commit 6570159929
37 changed files with 71 additions and 45 deletions

View File

@@ -74,7 +74,8 @@ static void bpy_text_filename_get(char *fn, const Main *bmain, size_t fn_len, co
/* bad!, we should never do this, but currently only safe way I could find to keep namespace.
* from being cleared. - campbell */
typedef struct {
PyObject_HEAD PyObject *md_dict;
PyObject_HEAD
PyObject *md_dict;
/* omit other values, we only want the dict. */
} PyModuleObject;
#endif