[pypy-commit] pypy remove-remaining-smm: Remove trailing whitespace.

Manuel Jacob noreply at buildbot.pypy.org
Mon Feb 24 22:20:57 CET 2014


Author: Manuel Jacob
Branch: remove-remaining-smm
Changeset: r69372:193fa2192fe9
Date: 2014-02-24 22:04 +0100
http://bitbucket.org/pypy/pypy/changeset/193fa2192fe9/

Log:	Remove trailing whitespace.

diff --git a/pypy/module/marshal/__init__.py b/pypy/module/marshal/__init__.py
--- a/pypy/module/marshal/__init__.py
+++ b/pypy/module/marshal/__init__.py
@@ -8,7 +8,7 @@
 
     appleveldefs = {
     }
-    
+
     interpleveldefs = {
         'dump'    : 'interp_marshal.dump',
         'dumps'   : 'interp_marshal.dumps',


More information about the pypy-commit mailing list