ClangFormat: apply to source, most of intern
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
This commit is contained in:
@@ -33,12 +33,13 @@ extern "C" {
|
||||
|
||||
extern PyTypeObject StrokeVertex_Type;
|
||||
|
||||
#define BPy_StrokeVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type))
|
||||
#define BPy_StrokeVertex_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type))
|
||||
|
||||
/*---------------------------Python BPy_StrokeVertex structure definition----------*/
|
||||
typedef struct {
|
||||
BPy_CurvePoint py_cp;
|
||||
StrokeVertex *sv;
|
||||
BPy_CurvePoint py_cp;
|
||||
StrokeVertex *sv;
|
||||
} BPy_StrokeVertex;
|
||||
|
||||
/*---------------------------Python BPy_StrokeVertex visible prototypes-----------*/
|
||||
|
||||
Reference in New Issue
Block a user