Cleanup: clang-format

This commit is contained in:
2020-11-11 09:06:45 +11:00
parent cd9acfed4f
commit c4d8f6a4a8
8 changed files with 47 additions and 46 deletions

View File

@@ -347,10 +347,10 @@ PyTypeObject Py_ImBuf_Type = {
#else
(printfunc)NULL, /* printfunc tp_print */
#endif
NULL, /* getattrfunc tp_getattr; */
NULL, /* setattrfunc tp_setattr; */
NULL, /* cmpfunc tp_compare; */
(reprfunc)py_imbuf_repr, /* reprfunc tp_repr; */
NULL, /* getattrfunc tp_getattr; */
NULL, /* setattrfunc tp_setattr; */
NULL, /* cmpfunc tp_compare; */
(reprfunc)py_imbuf_repr, /* reprfunc tp_repr; */
/* Method suites for standard classes */