Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine")
This commit is contained in:
@@ -159,8 +159,8 @@ static PyObject *UnaryPredicate1D___call__(BPy_UnaryPredicate1D *self,
|
||||
static const char *kwlist[] = {"inter", nullptr};
|
||||
PyObject *py_if1D;
|
||||
|
||||
if (!PyArg_ParseTupleAndKeywords(
|
||||
args, kwds, "O!", (char **)kwlist, &Interface1D_Type, &py_if1D)) {
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kwds, "O!", (char **)kwlist, &Interface1D_Type, &py_if1D))
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user