Cleanup: clang format

This commit is contained in:
2021-04-01 11:15:47 +11:00
parent 93972c8910
commit d5c6485372
16 changed files with 63 additions and 36 deletions

View File

@@ -30,7 +30,8 @@ extern PyTypeObject BPyGPU_BufferType;
* For Python access to GPU functions requiring a pointer.
*/
typedef struct BPyGPUBuffer {
PyObject_VAR_HEAD PyObject *parent;
PyObject_VAR_HEAD
PyObject *parent;
int format;
int shape_len;