Cleanup: update clang-format so PyObject_HEAD indents properly
This commit is contained in:
@@ -27,7 +27,8 @@ extern PyTypeObject BPyGPUFrameBuffer_Type;
|
||||
#define BPyGPUFrameBuffer_Check(v) (Py_TYPE(v) == &BPyGPUFrameBuffer_Type)
|
||||
|
||||
typedef struct BPyGPUFrameBuffer {
|
||||
PyObject_HEAD struct GPUFrameBuffer *fb;
|
||||
PyObject_HEAD
|
||||
struct GPUFrameBuffer *fb;
|
||||
|
||||
#ifndef GPU_NO_USE_PY_REFERENCES
|
||||
bool shared_reference;
|
||||
|
||||
Reference in New Issue
Block a user