Cleanup: update clang-format so PyObject_HEAD indents properly
This commit is contained in:
@@ -27,7 +27,8 @@ extern PyTypeObject BPyGPUTexture_Type;
|
||||
#define BPyGPUTexture_Check(v) (Py_TYPE(v) == &BPyGPUTexture_Type)
|
||||
|
||||
typedef struct BPyGPUTexture {
|
||||
PyObject_HEAD struct GPUTexture *tex;
|
||||
PyObject_HEAD
|
||||
struct GPUTexture *tex;
|
||||
} BPyGPUTexture;
|
||||
|
||||
int bpygpu_ParseTexture(PyObject *o, void *p);
|
||||
|
||||
Reference in New Issue
Block a user