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 <campbell@blender.org>2022-08-17 05:50:12 +0300
committerCampbell Barton <campbell@blender.org>2022-08-17 05:51:07 +0300
commit1f2a5fea87526da95c79269b8f2d4bbc60673666 (patch)
tree8af48030c0ff8e29a58af1106b9ef993eaa9e905 /source/blender/python
parent9d2136f272452bd6b4ecafb0d0bdedf24bd80471 (diff)
Cleanup: strip blank lines around comment blocks
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/generic/py_capi_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/generic/py_capi_utils.h b/source/blender/python/generic/py_capi_utils.h
index ecb6db2b82c..91ebef8d0b0 100644
--- a/source/blender/python/generic/py_capi_utils.h
+++ b/source/blender/python/generic/py_capi_utils.h
@@ -215,7 +215,6 @@ int PyC_CheckArgs_DeepCopy(PyObject *args);
/* Integer parsing (with overflow checks), -1 on error. */
/**
- *
* Comparison with #PyObject_IsTrue
* ================================
*