[pypy-commit] pypy jumbo: removing extra space

nanjekye pypy.commits at gmail.com
Mon Mar 13 12:30:45 EDT 2017


Author: Joannah Nanjekye <nanjekyejoannah at gmail.com>
Branch: jumbo
Changeset: r90654:f2823ce45778
Date: 2017-03-02 19:45 +0300
http://bitbucket.org/pypy/pypy/changeset/f2823ce45778/

Log:	removing extra space

diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -489,7 +489,6 @@
     with rffi.scoped_nonmovingbuffer(data) as buf:
         return handle_posix_error('pwrite', c_pwrite(fd, buf, count, offset))
 
-
 c_ftruncate = external('ftruncate', [rffi.INT, rffi.LONGLONG], rffi.INT,
                        macro=_MACRO_ON_POSIX, save_err=rffi.RFFI_SAVE_ERRNO)
 c_fsync = external('fsync' if not _WIN32 else '_commit', [rffi.INT], rffi.INT,


More information about the pypy-commit mailing list