]> granicus.if.org Git - python/commitdiff
Fix trailing whitespace.
authorMark Dickinson <dickinsm@gmail.com>
Tue, 4 May 2010 16:19:06 +0000 (16:19 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 4 May 2010 16:19:06 +0000 (16:19 +0000)
Python/bltinmodule.c

index 3df3d6f78609462820b7cc4c668d48c8ad6751d1..40441d2efa96f0b4f696a11b8e8a6361165853fa 100644 (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;