Author: Mark Young <marky1...@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)")
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to