Main: fix header uniformity + trailing whitespace

[skip ci]
This commit is contained in:
luz paz
2020-12-11 07:53:41 -05:00
committed by abdullahtahiriyo
parent cb58706e80
commit c4b1ec01ba
5 changed files with 17 additions and 14 deletions

View File

@@ -254,7 +254,7 @@ FreeCADGui_embedToWindow(PyObject * /*self*/, PyObject *args)
return Py_None;
}
struct PyMethodDef FreeCADGui_methods[] = {
struct PyMethodDef FreeCADGui_methods[] = {
{"showMainWindow",FreeCADGui_showMainWindow,METH_VARARGS,
"showMainWindow() -- Show the main window\n"
"If no main window does exist one gets created"},