From 58233e980ec01a38267b78e4c6d191c7a4174df6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2019 17:48:22 +0200 Subject: Cleanup: avoid adjacent C-style comments Causes clang-format to give different results on a second run. --- source/blender/python/bmesh/bmesh_py_ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python/bmesh') diff --git a/source/blender/python/bmesh/bmesh_py_ops.c b/source/blender/python/bmesh/bmesh_py_ops.c index f35bfb730ad..fe82f22ec8c 100644 --- a/source/blender/python/bmesh/bmesh_py_ops.c +++ b/source/blender/python/bmesh/bmesh_py_ops.c @@ -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, -- cgit v1.2.3