Author: Manuel Jacob <[email protected]>
Branch: py3.3
Changeset: r76938:975e8a2af096
Date: 2015-04-26 13:48 +0200
http://bitbucket.org/pypy/pypy/changeset/975e8a2af096/

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

diff --git a/rpython/translator/c/src/signals.c 
b/rpython/translator/c/src/signals.c
--- a/rpython/translator/c/src/signals.c
+++ b/rpython/translator/c/src/signals.c
@@ -95,12 +95,12 @@
 #endif
        if (wakeup_with_nul_byte)
        {
-           res = write(wakeup_fd, "\0", 1);    
+           res = write(wakeup_fd, "\0", 1);
        } else {
            unsigned char byte = (unsigned char)signum;
-           res = write(wakeup_fd, &byte, 1);   
+           res = write(wakeup_fd, &byte, 1);
        }
-        
+
         /* the return value is ignored here */
       }
 }
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to