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;