Cleanup: avoid adjacent C-style comments

Causes clang-format to give different results on a second run.
This commit is contained in:
2019-04-16 17:48:22 +02:00
parent ad9275ed4e
commit 58233e980e
5 changed files with 16 additions and 14 deletions

View File

@@ -312,8 +312,8 @@ static PyTypeObject bmesh_ops_fakemod_Type = {
NULL, /* inquiry tp_clear; */
/*** Assigned meaning in release 2.1 ***/
/*** rich comparisons ***/
NULL, /* subclassed */ /* richcmpfunc tp_richcompare; */
/*** rich comparisons (subclassed) ***/
NULL, /* richcmpfunc tp_richcompare; */
/*** weak reference enabler ***/
0,