Cleanup: trailing space for freestyle
This commit is contained in:
@@ -59,7 +59,7 @@ int Interface0D_Init(PyObject *module)
|
||||
if (PyType_Ready(&SVertex_Type) < 0)
|
||||
return -1;
|
||||
Py_INCREF(&SVertex_Type);
|
||||
PyModule_AddObject(module, "SVertex", (PyObject *)&SVertex_Type);
|
||||
PyModule_AddObject(module, "SVertex", (PyObject *)&SVertex_Type);
|
||||
|
||||
if (PyType_Ready(&ViewVertex_Type) < 0)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user