From 3350fb5d1f9d73de15428e9bfa83dce96421fc14 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Thu, 21 May 2020 08:31:16 -0700 Subject: Clear some style deviations. --- src/pl/plpython/plpy_cursorobject.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/pl/plpython/plpy_cursorobject.c') diff --git a/src/pl/plpython/plpy_cursorobject.c b/src/pl/plpython/plpy_cursorobject.c index 4c37ff898c9..08d8b607e38 100644 --- a/src/pl/plpython/plpy_cursorobject.c +++ b/src/pl/plpython/plpy_cursorobject.c @@ -27,9 +27,7 @@ static PyObject *PLy_cursor_iternext(PyObject *self); static PyObject *PLy_cursor_fetch(PyObject *self, PyObject *args); static PyObject *PLy_cursor_close(PyObject *self, PyObject *unused); -static char PLy_cursor_doc[] = { - "Wrapper around a PostgreSQL cursor" -}; +static char PLy_cursor_doc[] = "Wrapper around a PostgreSQL cursor"; static PyMethodDef PLy_cursor_methods[] = { {"fetch", PLy_cursor_fetch, METH_VARARGS, NULL}, -- cgit v1.2.3