From d2421f3c356131fc3eecc13fa935eea6915ccc54 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 26 May 2015 16:00:52 +0100 Subject: [PATCH] catacomb-python.h: Formatting fix. --- catacomb-python.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catacomb-python.h b/catacomb-python.h index 9d86e57..08c8e66 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -246,7 +246,7 @@ extern PyObject *getbool(int); extern PyObject *getulong(unsigned long); extern void *newtype(PyTypeObject *, const PyTypeObject *, const char *); -extern PyObject * mkexc(PyObject *, PyObject *, const char *, PyMethodDef *); +extern PyObject *mkexc(PyObject *, PyObject *, const char *, PyMethodDef *); extern PyTypeObject *inittype(PyTypeObject *); extern void addmethods(const PyMethodDef *); extern PyMethodDef *donemethods(void); -- 2.11.0