Commit d8a43b4a authored by Benjamin Peterson's avatar Benjamin Peterson

revert accidental formatting change

parent c6696d27
...@@ -5935,8 +5935,9 @@ posix_sendfile(PyObject *self, PyObject *args, PyObject *kwdict) ...@@ -5935,8 +5935,9 @@ posix_sendfile(PyObject *self, PyObject *args, PyObject *kwdict)
int flags = 0; int flags = 0;
sf.headers = NULL; sf.headers = NULL;
sf.trailers = NULL; sf.trailers = NULL;
static char *keywords[] = {"out", "in", "offset", "count", "headers", static char *keywords[] = {"out", "in",
"trailers", "flags", NULL}; "offset", "count",
"headers", "trailers", "flags", NULL};
#ifdef __APPLE__ #ifdef __APPLE__
if (!PyArg_ParseTupleAndKeywords(args, kwdict, "iiO&O&|OOi:sendfile", if (!PyArg_ParseTupleAndKeywords(args, kwdict, "iiO&O&|OOi:sendfile",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment