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:
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp b/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp
index 89439995c71..d6d6f3189f9 100644
--- a/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp
+++ b/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp
@@ -95,12 +95,12 @@ static char UnaryFunction0D___doc__[] =
"* :class:`UnaryFunction0DVectorViewShape`\n"
"* :class:`UnaryFunction0DViewShape`\n";
-static void UnaryFunction0D___dealloc__(BPy_UnaryFunction0D* self)
+static void UnaryFunction0D___dealloc__(BPy_UnaryFunction0D *self)
{
- Py_TYPE(self)->tp_free((PyObject*)self);
+ Py_TYPE(self)->tp_free((PyObject *)self);
}
-static PyObject * UnaryFunction0D___repr__(BPy_UnaryFunction0D* self)
+static PyObject *UnaryFunction0D___repr__(BPy_UnaryFunction0D *self)
{
return PyUnicode_FromString("UnaryFunction0D");
}