[Python-checkins] r62822 - python/branches/tlee-ast-optimize/Python/optimize.c

thomas.lee python-checkins at python.org
Wed May 7 15:27:35 CEST 2008


Author: thomas.lee
Date: Wed May  7 15:27:35 2008
New Revision: 62822

Log:
Whitespace.

Modified:
   python/branches/tlee-ast-optimize/Python/optimize.c

Modified: python/branches/tlee-ast-optimize/Python/optimize.c
==============================================================================
--- python/branches/tlee-ast-optimize/Python/optimize.c	(original)
+++ python/branches/tlee-ast-optimize/Python/optimize.c	Wed May  7 15:27:35 2008
@@ -40,6 +40,7 @@
     }
     return NULL;
 }
+
 static expr_ty
 _expr_from_object(PyObject* object, int lineno, int col_offset, PyArena* arena)
 {


More information about the Python-checkins mailing list