mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
Fix trailing whitespace.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user