From: Mark Dickinson Date: Tue, 4 May 2010 16:19:06 +0000 (+0000) Subject: Fix trailing whitespace. X-Git-Tag: v2.7b2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef9b4abfea9d840df2b8161a5cc7abda48ad3739;p=python Fix trailing whitespace. --- diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 3df3d6f786..40441d2efa 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -1784,7 +1784,7 @@ get_range_long_argument(PyObject *arg, const char *name) /* An extension of builtin_range() that handles the case when PyLong * arguments are given. */ static PyObject * -handle_range_longs(PyObject *self, PyObject *args) +handle_range_longs(PyObject *self, PyObject *args) { PyObject *ilow = NULL; PyObject *ihigh = NULL;