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_IntegrationType.h')
-rw-r--r--source/blender/freestyle/intern/python/BPy_IntegrationType.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_IntegrationType.h b/source/blender/freestyle/intern/python/BPy_IntegrationType.h
index b427e810b89..6b5db759297 100644
--- a/source/blender/freestyle/intern/python/BPy_IntegrationType.h
+++ b/source/blender/freestyle/intern/python/BPy_IntegrationType.h
@@ -29,8 +29,8 @@
* \ingroup freestyle
*/
-#ifndef FREESTYLE_PYTHON_INTEGRATIONTYPE_H
-#define FREESTYLE_PYTHON_INTEGRATIONTYPE_H
+#ifndef __FREESTYLE_PYTHON_INTEGRATIONTYPE_H__
+#define __FREESTYLE_PYTHON_INTEGRATIONTYPE_H__
#include <Python.h>
@@ -44,11 +44,11 @@ extern "C" {
extern PyTypeObject IntegrationType_Type;
-#define BPy_IntegrationType_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &IntegrationType_Type) )
+#define BPy_IntegrationType_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&IntegrationType_Type))
/*---------------------------Python BPy_IntegrationType visible prototypes-----------*/
-int IntegrationType_Init( PyObject *module );
+int IntegrationType_Init(PyObject *module);
///////////////////////////////////////////////////////////////////////////////////////////
@@ -56,4 +56,4 @@ int IntegrationType_Init( PyObject *module );
}
#endif
-#endif /* FREESTYLE_PYTHON_INTEGRATIONTYPE_H */
+#endif /* __FREESTYLE_PYTHON_INTEGRATIONTYPE_H__ */