Minor reformatting.

git-svn-id: svn+ssh://svn.eu/Dev/importfromcvs/trunk@96737 936e1b1b-40f2-da11-902a-00137254ae57
This commit is contained in:
Arnaud Charlet
2006-05-05 14:08:06 +00:00
parent 319c24c4ee
commit 92d8395f0f

View File

@@ -33,10 +33,10 @@ ada_Py_InitModule4
return Py_InitModule4 (name, methods, doc, self, apiver);
}
PyObject *ada_pycfunction_newex
(PyMethodDef *ml, PyObject* self, PyObject* module)
PyObject *
ada_pycfunction_newex (PyMethodDef *ml, PyObject *self, PyObject *module)
{
PyObject* method = PyCFunction_New (ml, self);
PyObject *method = PyCFunction_New (ml, self);
#if (PY_MAJOR_VERSION > 2 \
|| (PY_MAJOR_VERSION == 2 \