Fix trailing whitespace.

This commit is contained in:
Mark Dickinson 2010-05-04 16:19:06 +00:00
parent a8d2668818
commit ef9b4abfea
1 changed files with 1 additions and 1 deletions

View File

@ -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;