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/StrokeShader/BPy_CalligraphicShader.h')
-rw-r--r--source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.h b/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.h
index 1932e5e4dc2..8acb1215980 100644
--- a/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.h
+++ b/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.h
@@ -35,15 +35,13 @@ extern PyTypeObject CalligraphicShader_Type;
/*---------------------------Python BPy_CalligraphicShader structure definition----------*/
typedef struct {
- BPy_StrokeShader py_ss;
+ BPy_StrokeShader py_ss;
} BPy_CalligraphicShader;
-
///////////////////////////////////////////////////////////////////////////////////////////
#ifdef __cplusplus
}
#endif
-
#endif /* __FREESTYLE_PYTHON_CALLIGRAPHICSHADER_H__ */