From 35c34efbd19d70fba25a35e638457d97f3f42d51 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 12 Sep 2016 22:23:58 +0100 Subject: [PATCH] util.c: Zap spurious whitespace. --- util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.c b/util.c index ed56e99..f63bda0 100644 --- a/util.c +++ b/util.c @@ -226,8 +226,8 @@ PyMethodDef *donemethods(void) /*----- Exceptions --------------------------------------------------------*/ -PyObject * mkexc(PyObject *mod, PyObject *base, - const char *name, PyMethodDef *mm) +PyObject *mkexc(PyObject *mod, PyObject *base, + const char *name, PyMethodDef *mm) { PyObject *nameobj = 0; PyObject *dict = 0; -- 2.11.0