[Python-checkins] r80759 - python/trunk/Python/bltinmodule.c

mark.dickinson python-checkins at python.org
Tue May 4 18:19:07 CEST 2010


Author: mark.dickinson
Date: Tue May  4 18:19:06 2010
New Revision: 80759

Log:
Fix trailing whitespace.

Modified:
   python/trunk/Python/bltinmodule.c

Modified: python/trunk/Python/bltinmodule.c
==============================================================================
--- python/trunk/Python/bltinmodule.c	(original)
+++ python/trunk/Python/bltinmodule.c	Tue May  4 18:19:06 2010
@@ -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;


More information about the Python-checkins mailing list