From ef9b4abfea9d840df2b8161a5cc7abda48ad3739 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Tue, 4 May 2010 16:19:06 +0000 Subject: Fix trailing whitespace. --- Python/bltinmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 3df3d6f..40441d2 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; -- cgit v0.12