Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-16 18:48:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-16 18:50:17 +0300
commit58233e980ec01a38267b78e4c6d191c7a4174df6 (patch)
treebfb558d095bdfe014f63d7c10a81915639c23ef3 /source/blender/python
parentad9275ed4e60b7ca4874bbb2c80fef6e2606eb39 (diff)
Cleanup: avoid adjacent C-style comments
Causes clang-format to give different results on a second run.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/bmesh/bmesh_py_ops.c4
-rw-r--r--source/blender/python/intern/bpy_library_load.c4
-rw-r--r--source/blender/python/intern/bpy_rna.c16
3 files changed, 12 insertions, 12 deletions
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,
diff --git a/source/blender/python/intern/bpy_library_load.c b/source/blender/python/intern/bpy_library_load.c
index 77fb6bf1525..3a4c70c1873 100644
--- a/source/blender/python/intern/bpy_library_load.c
+++ b/source/blender/python/intern/bpy_library_load.c
@@ -131,8 +131,8 @@ static PyTypeObject bpy_lib_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,
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index d9052aafae8..71d46de1be8 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -6337,8 +6337,8 @@ PyTypeObject pyrna_prop_array_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 ***/
#ifdef USE_WEAKREFS
@@ -6420,8 +6420,8 @@ PyTypeObject pyrna_prop_collection_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 ***/
#ifdef USE_WEAKREFS
@@ -6505,8 +6505,8 @@ static PyTypeObject pyrna_prop_collection_idprop_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 ***/
#ifdef USE_WEAKREFS
@@ -6690,8 +6690,8 @@ static PyTypeObject pyrna_prop_collection_iter_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 ***/
#ifdef USE_WEAKREFS