mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
revert accidental formatting change
This commit is contained in:
parent
c6696d272f
commit
d8a43b4a4b
1 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue