From 4a92d82626980d6d1690113b9d27aae282fd48eb Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Thu, 7 Mar 2013 23:17:23 +0000 Subject: A big code clean-up patch from Bastien Montagne, many thanks! --- .../blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp') diff --git a/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp b/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp index b2f9011064f..744ae057147 100644 --- a/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp +++ b/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.cpp @@ -60,7 +60,7 @@ static char SamplingShader___doc__[] = " :arg stroke: A Stroke object.\n" " :type stroke: :class:`Stroke`\n"; -static int SamplingShader___init__(BPy_SamplingShader* self, PyObject *args, PyObject *kwds) +static int SamplingShader___init__(BPy_SamplingShader *self, PyObject *args, PyObject *kwds) { static const char *kwlist[] = {"sampling", NULL}; float f; -- cgit v1.2.3