Skip to content
Snippets Groups Projects
Commit 9e5c6207 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

Format

parent 47cd1e82
No related branches found
Tags v0.0.4
No related merge requests found
......@@ -96,15 +96,7 @@ static PyMethodDef functions[] = {
#if PY_MAJOR_VERSION >= 3
static struct PyModuleDef SotDynamicPinocchioModuleDef = {
PyModuleDef_HEAD_INIT,
"wrap",
NULL,
0,
functions,
NULL,
NULL,
NULL,
NULL};
PyModuleDef_HEAD_INIT, "wrap", NULL, 0, functions, NULL, NULL, NULL, NULL};
#define INITERROR return NULL
#else
#define INITERROR return
......@@ -136,4 +128,3 @@ void initwrap(void)
#ifdef __cplusplus
} // extern "C"
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment