Author: Alexander Schremmer <alex AT alexanderweb DOT de>
Branch: math-improvements
Changeset: r95790:00a7b3f13930
Date: 2019-02-04 15:37 +0100
http://bitbucket.org/pypy/pypy/changeset/00a7b3f13930/

Log:    Clean whitespace.

diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py 
b/rpython/rtyper/lltypesystem/ll2ctypes.py
--- a/rpython/rtyper/lltypesystem/ll2ctypes.py
+++ b/rpython/rtyper/lltypesystem/ll2ctypes.py
@@ -181,8 +181,8 @@
             @property
             def value(self):
                 res = self[0] | (self[1] << 64)
-                return res   
-                
+                return res
+
         _ctypes_cache[rffi.__INT128_T] = c_int128
         _ctypes_cache[rffi.__UINT128_T] = c_uint128
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to