mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Fix trailing whitespace.
This commit is contained in:
parent
a8d2668818
commit
ef9b4abfea
1 changed files with 1 additions and 1 deletions
|
@ -1784,7 +1784,7 @@ get_range_long_argument(PyObject *arg, const char *name)
|
||||||
/* An extension of builtin_range() that handles the case when PyLong
|
/* An extension of builtin_range() that handles the case when PyLong
|
||||||
* arguments are given. */
|
* arguments are given. */
|
||||||
static PyObject *
|
static PyObject *
|
||||||
handle_range_longs(PyObject *self, PyObject *args)
|
handle_range_longs(PyObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject *ilow = NULL;
|
PyObject *ilow = NULL;
|
||||||
PyObject *ihigh = NULL;
|
PyObject *ihigh = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue