commit | ef9b4abfea9d840df2b8161a5cc7abda48ad3739 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue May 04 16:19:06 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue May 04 16:19:06 2010 +0000 |
tree | 0a72594614ae78fd32661c205dd721497287d21b | |
parent | a8d26688183bec915dbedc665ff081d2a7966c4b [diff] [blame] |
Fix trailing whitespace.
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 3df3d6f..40441d2 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c
@@ -1784,7 +1784,7 @@ /* 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;