]> granicus.if.org Git - python/commitdiff
revert accidental formatting change
authorBenjamin Peterson <benjamin@python.org>
Sat, 26 Feb 2011 21:35:16 +0000 (21:35 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 26 Feb 2011 21:35:16 +0000 (21:35 +0000)
Modules/posixmodule.c

index aace2fed0bd69e59b645fe3ef16bbec436e37cec..985a01e73337710aece3ed1e897277d15ecf5fa9 100644 (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",