[pypy-svn] r74317 - pypy/trunk/pypy/interpreter

benjamin at codespeak.net benjamin at codespeak.net
Sun May 2 03:23:05 CEST 2010


Author: benjamin
Date: Sun May  2 03:23:02 2010
New Revision: 74317

Modified:
   pypy/trunk/pypy/interpreter/pyopcode.py
Log:
kill whitespace

Modified: pypy/trunk/pypy/interpreter/pyopcode.py
==============================================================================
--- pypy/trunk/pypy/interpreter/pyopcode.py	(original)
+++ pypy/trunk/pypy/interpreter/pyopcode.py	Sun May  2 03:23:02 2010
@@ -1014,7 +1014,7 @@
                                  (ofs, ord(c), name) )
 
     STOP_CODE = MISSING_OPCODE
-    
+
     def BUILD_MAP(self, itemcount, next_instr):
         if itemcount != 0:
             raise BytecodeCorruption



More information about the Pypy-commit mailing list