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

@@ -39,7 +39,8 @@ extern PyTypeObject BinaryPredicate1D_Type;
/*---------------------------Python BPy_BinaryPredicate1D structure definition----------*/
typedef struct {
PyObject_HEAD Freestyle::BinaryPredicate1D *bp1D;
PyObject_HEAD
Freestyle::BinaryPredicate1D *bp1D;
} BPy_BinaryPredicate1D;
/*---------------------------Python BPy_BinaryPredicate1D visible prototypes-----------*/