Kaydet (Commit) ef9b4abf authored tarafından Mark Dickinson's avatar Mark Dickinson

Fix trailing whitespace.

üst a8d26688
...@@ -1784,7 +1784,7 @@ get_range_long_argument(PyObject *arg, const char *name) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment