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_Operators.h')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Operators.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Operators.h b/source/blender/freestyle/intern/python/BPy_Operators.h
index 7d91edc6373..15797ca742e 100644
--- a/source/blender/freestyle/intern/python/BPy_Operators.h
+++ b/source/blender/freestyle/intern/python/BPy_Operators.h
@@ -41,14 +41,13 @@ extern PyTypeObject Operators_Type;
/*---------------------------Python BPy_Operators structure definition----------*/
typedef struct {
- PyObject_HEAD
+ PyObject_HEAD
} BPy_Operators;
/*---------------------------Python BPy_Operators visible prototypes-----------*/
int Operators_Init(PyObject *module);
-
///////////////////////////////////////////////////////////////////////////////////////////
#ifdef __cplusplus