revert accidental formatting change

This commit is contained in:
Benjamin Peterson 2011-02-26 21:35:16 +00:00
parent c6696d272f
commit d8a43b4a4b
1 changed files with 3 additions and 2 deletions

View File

@ -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",