mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
revert accidental formatting change
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user