Cleanup: white space around comment blocks

This commit is contained in:
2022-12-17 15:58:30 +11:00
parent a0a7db9f70
commit 0cc573c8c4
41 changed files with 68 additions and 67 deletions

View File

@@ -3795,7 +3795,7 @@ PyTypeObject matrix_access_Type = {
/*tp_doc*/ NULL,
/*tp_traverse*/ (traverseproc)MatrixAccess_traverse,
/*tp_clear*/ (inquiry)MatrixAccess_clear,
/*tp_richcompare*/ NULL /* MatrixAccess_richcmpr */ /* TODO*/,
/*tp_richcompare*/ NULL /* MatrixAccess_richcmpr */ /* TODO */,
/*tp_weaklistoffset*/ 0,
/*tp_iter*/ (getiterfunc)MatrixAccess_iter,
/*tp_iternext*/ NULL,