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 FEdgeSmooth_Type;
|
||||
|
||||
#define BPy_FEdgeSmooth_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type))
|
||||
#define BPy_FEdgeSmooth_Check(v) \
|
||||
(PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type))
|
||||
|
||||
/*---------------------------Python BPy_FEdgeSmooth structure definition----------*/
|
||||
typedef struct {
|
||||
BPy_FEdge py_fe;
|
||||
FEdgeSmooth *fes;
|
||||
BPy_FEdge py_fe;
|
||||
FEdgeSmooth *fes;
|
||||
} BPy_FEdgeSmooth;
|
||||
|
||||
/*---------------------------Python BPy_FEdgeSmooth visible prototypes-----------*/
|
||||
|
||||
Reference in New Issue
Block a user