From: Benjamin Peterson Date: Sat, 26 Feb 2011 21:35:16 +0000 (+0000) Subject: revert accidental formatting change X-Git-Tag: v3.3.0a1~3036 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8a43b4a4bc00e47a0e57fa11bec4f05f0d86dec;p=python revert accidental formatting change --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index aace2fed0b..985a01e733 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -5935,8 +5935,9 @@ posix_sendfile(PyObject *self, PyObject *args, PyObject *kwdict) int flags = 0; sf.headers = NULL; sf.trailers = NULL; - static char *keywords[] = {"out", "in", "offset", "count", "headers", - "trailers", "flags", NULL}; + static char *keywords[] = {"out", "in", + "offset", "count", + "headers", "trailers", "flags", NULL}; #ifdef __APPLE__ if (!PyArg_ParseTupleAndKeywords(args, kwdict, "iiO&O&|OOi:sendfile",