style cleanup

This commit is contained in:
2012-08-22 16:44:32 +00:00
parent 6143acf878
commit 1939baa47d
14 changed files with 55 additions and 45 deletions

View File

@@ -160,7 +160,9 @@ static PyObject *pyop_call(PyObject *UNUSED(self), PyObject *args)
if (!PyArg_ParseTuple(args, "sO|O!si:_bpy.ops.call",
&opname, &context_dict, &PyDict_Type, &kw, &context_str, &is_undo))
{
return NULL;
}
ot = WM_operatortype_find(opname, TRUE);