style cleanup: whitespace

This commit is contained in:
Campbell Barton
2012-08-26 11:35:43 +00:00
parent 3bfe4520ae
commit ee96cde864
42 changed files with 458 additions and 460 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;
}