Code style clean-up.

This commit is contained in:
2013-02-23 18:50:33 +00:00
parent ad7c43744c
commit 3bd0b89716
157 changed files with 733 additions and 733 deletions

View File

@@ -29,8 +29,8 @@
* \ingroup freestyle
*/
#ifndef FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H
#define FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H
#ifndef __FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H__
#define __FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H__
#include "../BPy_UnaryFunction0D.h"
@@ -44,7 +44,7 @@ extern "C" {
extern PyTypeObject UnaryFunction0DDouble_Type;
#define BPy_UnaryFunction0DDouble_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &UnaryFunction0DDouble_Type) )
#define BPy_UnaryFunction0DDouble_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DDouble_Type))
/*---------------------------Python BPy_UnaryFunction0DDouble structure definition----------*/
typedef struct {
@@ -53,7 +53,7 @@ typedef struct {
} BPy_UnaryFunction0DDouble;
/*---------------------------Python BPy_UnaryFunction0DDouble visible prototypes-----------*/
int UnaryFunction0DDouble_Init( PyObject *module );
int UnaryFunction0DDouble_Init(PyObject *module);
///////////////////////////////////////////////////////////////////////////////////////////
@@ -62,4 +62,4 @@ int UnaryFunction0DDouble_Init( PyObject *module );
}
#endif
#endif /* FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H */
#endif /* __FREESTYLE_PYTHON_UNARYFUNCTION0DDOUBLE_H__ */