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_Freestyle.h')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Freestyle.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Freestyle.h b/source/blender/freestyle/intern/python/BPy_Freestyle.h
index 86155d08b62..8fa1f19a57b 100644
--- a/source/blender/freestyle/intern/python/BPy_Freestyle.h
+++ b/source/blender/freestyle/intern/python/BPy_Freestyle.h
@@ -29,8 +29,8 @@
* \ingroup freestyle
*/
-#ifndef FREESTYLE_PYTHON_FREESTYLE_H
-#define FREESTYLE_PYTHON_FREESTYLE_H
+#ifndef __FREESTYLE_PYTHON_FREESTYLE_H__
+#define __FREESTYLE_PYTHON_FREESTYLE_H__
#include <Python.h>
@@ -42,7 +42,7 @@ extern "C" {
/*---------------------------Python BPy_Freestyle visible prototypes-----------*/
-PyObject *Freestyle_Init( void );
+PyObject *Freestyle_Init(void);
///////////////////////////////////////////////////////////////////////////////////////////
@@ -50,4 +50,4 @@ PyObject *Freestyle_Init( void );
}
#endif
-#endif /* FREESTYLE_PYTHON_FREESTYLE_H */
+#endif /* __FREESTYLE_PYTHON_FREESTYLE_H__ */