Cleanup: trailing space for freestyle

This commit is contained in:
2018-06-17 17:05:14 +02:00
parent e74bd46ede
commit 410880552b
83 changed files with 164 additions and 164 deletions

View File

@@ -182,7 +182,7 @@ PyDoc_STRVAR(ViewEdge_viewshape_doc,
":type: :class:`ViewShape`");
static PyObject *ViewEdge_viewshape_get(BPy_ViewEdge *self, void *UNUSED(closure))
{
{
ViewShape *vs = self->ve->viewShape();
if (vs)
return BPy_ViewShape_from_ViewShape(*vs);