[pypy-commit] cffi split-verify: More whitespace

stefanor noreply at buildbot.pypy.org
Mon Oct 7 01:10:22 CEST 2013


Author: Stefano Rivera <stefano at rivera.za.net>
Branch: split-verify
Changeset: r1364:b3310f1eaa75
Date: 2013-10-06 23:52 +0200
http://bitbucket.org/cffi/cffi/changeset/b3310f1eaa75/

Log:	More whitespace

diff --git a/cffi/builder.py b/cffi/builder.py
--- a/cffi/builder.py
+++ b/cffi/builder.py
@@ -98,7 +98,7 @@
 
     def write_ffi_module(self):
         self._module_source += (
-            "_ffi._parser._declarations = pickle.loads(%r)" %
+            "_ffi._parser._declarations = pickle.loads(%r)\n" %
             pickle.dumps(self.ffi._parser._declarations, 2))
         import os
         try:


More information about the pypy-commit mailing list