style cleanup

This commit is contained in:
Campbell Barton
2012-08-11 22:12:32 +00:00
parent c567cf3fab
commit b96c622015
38 changed files with 99 additions and 95 deletions

View File

@@ -420,7 +420,7 @@ static PyObject *bpy_bmesh_fmod_getattro(PyObject *UNUSED(self), PyObject *pynam
}
PyErr_Format(PyExc_AttributeError,
"BMeshOpsModule: , operator \"%.200s\" doesn't exist",
"BMeshOpsModule: operator \"%.200s\" doesn't exist",
name);
return NULL;
}