Merge pull request #81 from stepshal/semicolons

Remove unnecessry semicolons after comment separator lines.
This commit is contained in:
Graham Dumpleton 2016-12-18 15:45:41 +11:00 committed by GitHub
commit 33ae7d1445
1 changed files with 2 additions and 2 deletions

View File

@ -2587,7 +2587,7 @@ static int WraptFunctionWrapper_init(WraptFunctionWrapperObject *self,
return result;
}
/* ------------------------------------------------------------------------- */;
/* ------------------------------------------------------------------------- */
static PyGetSetDef WraptFunctionWrapper_getset[] = {
{ "__module__", (getter)WraptObjectProxy_get_module,
@ -2645,7 +2645,7 @@ PyTypeObject WraptFunctionWrapper_Type = {
0, /*tp_is_gc*/
};
/* ------------------------------------------------------------------------- */;
/* ------------------------------------------------------------------------- */
#if PY_MAJOR_VERSION >= 3
static struct PyModuleDef moduledef = {