style cleanup: py/capi
This commit is contained in:
@@ -67,8 +67,8 @@ typedef struct {
|
||||
#include "mathutils_geometry.h"
|
||||
#include "mathutils_noise.h"
|
||||
|
||||
PyObject *BaseMathObject_owner_get( BaseMathObject * self, void * );
|
||||
PyObject *BaseMathObject_is_wrapped_get( BaseMathObject *self, void * );
|
||||
PyObject *BaseMathObject_owner_get(BaseMathObject * self, void *);
|
||||
PyObject *BaseMathObject_is_wrapped_get(BaseMathObject *self, void *);
|
||||
|
||||
int BaseMathObject_traverse(BaseMathObject *self, visitproc visit, void *arg);
|
||||
int BaseMathObject_clear(BaseMathObject *self);
|
||||
|
||||
Reference in New Issue
Block a user