Cleanup: update clang-format so PyObject_HEAD indents properly
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD /* Required Python macro. */
|
||||
const char *opname;
|
||||
const char *opname;
|
||||
} BPy_BMeshOpFunc;
|
||||
|
||||
PyObject *BPy_BMO_call(BPy_BMeshOpFunc *self, PyObject *args, PyObject *kw);
|
||||
|
||||
Reference in New Issue
Block a user