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/Interface1D/BPy_ViewEdge.h')
-rw-r--r--source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h b/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h
index 1d779f71b36..e5bb0c891cf 100644
--- a/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h
+++ b/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h
@@ -29,8 +29,8 @@
* \ingroup freestyle
*/
-#ifndef FREESTYLE_PYTHON_VIEWEDGE_H
-#define FREESTYLE_PYTHON_VIEWEDGE_H
+#ifndef __FREESTYLE_PYTHON_VIEWEDGE_H__
+#define __FREESTYLE_PYTHON_VIEWEDGE_H__
#include "../../view_map/ViewMap.h"
@@ -46,7 +46,7 @@ extern "C" {
extern PyTypeObject ViewEdge_Type;
-#define BPy_ViewEdge_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &ViewEdge_Type) )
+#define BPy_ViewEdge_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewEdge_Type))
/*---------------------------Python BPy_ViewEdge structure definition----------*/
typedef struct {
@@ -60,4 +60,4 @@ typedef struct {
}
#endif
-#endif /* FREESTYLE_PYTHON_VIEWEDGE_H */
+#endif /* __FREESTYLE_PYTHON_VIEWEDGE_H__ */