[pypy-commit] pypy py3.3: Change some whitespace to make a new revision to test something on the new build slave.

mjacob noreply at buildbot.pypy.org
Wed Apr 22 16:27:11 CEST 2015


Author: Manuel Jacob <me at manueljacob.de>
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'],
     )


More information about the pypy-commit mailing list