You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
Minor reformatting.
git-svn-id: svn+ssh://svn.eu/Dev/importfromcvs/trunk@96737 936e1b1b-40f2-da11-902a-00137254ae57
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user