From 3bd0b8971615d6ddc309aa33a40f7ebf0c25b0c6 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sat, 23 Feb 2013 18:50:33 +0000 Subject: Code style clean-up. --- .../python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.h') diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.h b/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.h index bb72c7f0ff2..3810a5810ab 100644 --- a/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.h +++ b/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.h @@ -29,8 +29,8 @@ * \ingroup freestyle */ -#ifndef FREESTYLE_PYTHON_GETZF1D_H -#define FREESTYLE_PYTHON_GETZF1D_H +#ifndef __FREESTYLE_PYTHON_GETZF1D_H__ +#define __FREESTYLE_PYTHON_GETZF1D_H__ #include "../BPy_UnaryFunction1DDouble.h" @@ -44,7 +44,7 @@ extern "C" { extern PyTypeObject GetZF1D_Type; -#define BPy_GetZF1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &GetZF1D_Type) ) +#define BPy_GetZF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetZF1D_Type)) /*---------------------------Python BPy_GetZF1D structure definition----------*/ typedef struct { @@ -58,4 +58,4 @@ typedef struct { } #endif -#endif /* FREESTYLE_PYTHON_GETZF1D_H */ +#endif /* __FREESTYLE_PYTHON_GETZF1D_H__ */ -- cgit v1.2.3