Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine")
This commit is contained in:
@@ -130,8 +130,8 @@ static PyObject *Interface0D_get_fedge(BPy_Interface0D *self, PyObject *args, Py
|
||||
static const char *kwlist[] = {"inter", nullptr};
|
||||
PyObject *py_if0D;
|
||||
|
||||
if (!PyArg_ParseTupleAndKeywords(
|
||||
args, kwds, "O!", (char **)kwlist, &Interface0D_Type, &py_if0D)) {
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kwds, "O!", (char **)kwlist, &Interface0D_Type, &py_if0D))
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
FEdge *fe = self->if0D->getFEdge(*(((BPy_Interface0D *)py_if0D)->if0D));
|
||||
|
||||
Reference in New Issue
Block a user