[pypy-commit] pypy py3k_add_terminal_size: Whitespace fix.

marky1991 pypy.commits at gmail.com
Thu Aug 25 03:36:15 EDT 2016


Author: Mark Young <marky1991 at gmail.com>
Branch: py3k_add_terminal_size
Changeset: r86525:090a7002785e
Date: 2016-08-24 21:37 -0400
http://bitbucket.org/pypy/pypy/changeset/090a7002785e/

Log:	Whitespace fix.

diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -271,8 +271,6 @@
                            ('ws_col', rffi.USHORT),
                            ('ws_xpixel', rffi.USHORT),
                            ('ws_ypixel', rffi.USHORT)])
-         
-
 
     GETPGRP_HAVE_ARG = rffi_platform.Has("getpgrp(0)")
     SETPGRP_HAVE_ARG = rffi_platform.Has("setpgrp(0, 0)")


More information about the pypy-commit mailing list