[pypy-svn] r17194 - pypy/dist/pypy/translator/c

tismer at codespeak.net tismer at codespeak.net
Sun Sep 4 01:36:11 CEST 2005


Author: tismer
Date: Sun Sep  4 01:36:10 2005
New Revision: 17194

Modified:
   pypy/dist/pypy/translator/c/node.py
Log:
irrelevant cosmetics

Modified: pypy/dist/pypy/translator/c/node.py
==============================================================================
--- pypy/dist/pypy/translator/c/node.py	(original)
+++ pypy/dist/pypy/translator/c/node.py	Sun Sep  4 01:36:10 2005
@@ -354,7 +354,7 @@
             if not expr.startswith('/*'):
                 is_empty = False
         if is_empty:
-            yield '\t' + '0,'
+            yield '\t%s' % '0,'
         yield '}'
 
 assert not USESLOTS or '__dict__' not in dir(StructNode)



More information about the Pypy-commit mailing list