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_BINARYPREDICATE1D_H
#define FREESTYLE_PYTHON_BINARYPREDICATE1D_H
#ifndef __FREESTYLE_PYTHON_BINARYPREDICATE1D_H__
#define __FREESTYLE_PYTHON_BINARYPREDICATE1D_H__
#include <Python.h>
@@ -44,7 +44,7 @@ extern "C" {
extern PyTypeObject BinaryPredicate1D_Type;
#define BPy_BinaryPredicate1D_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &BinaryPredicate1D_Type) )
#define BPy_BinaryPredicate1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&BinaryPredicate1D_Type))
/*---------------------------Python BPy_BinaryPredicate1D structure definition----------*/
typedef struct {
@@ -54,7 +54,7 @@ typedef struct {
/*---------------------------Python BPy_BinaryPredicate1D visible prototypes-----------*/
int BinaryPredicate1D_Init( PyObject *module );
int BinaryPredicate1D_Init(PyObject *module);
///////////////////////////////////////////////////////////////////////////////////////////
@@ -63,4 +63,4 @@ int BinaryPredicate1D_Init( PyObject *module );
#endif
#endif /* FREESTYLE_PYTHON_BINARYPREDICATE1D_H */
#endif /* __FREESTYLE_PYTHON_BINARYPREDICATE1D_H__ */