Author: Manuel Jacob <[email protected]>
Branch: py3.3
Changeset: r76889:d27cff3ec7ad
Date: 2015-04-22 16:26 +0200
http://bitbucket.org/pypy/pypy/changeset/d27cff3ec7ad/

Log:    Change some whitespace to make a new revision to test something on
        the new build slave.

diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -13,7 +13,7 @@
 
 class CConfig:
     _compilation_info_ = ExternalCompilationInfo(
-        includes=['sys/stat.h', 
+        includes=['sys/stat.h',
                   'unistd.h',
                   'fcntl.h'],
     )
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to