Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r68810:df2a63368e88
Date: 2014-01-21 14:49 +0100
http://bitbucket.org/pypy/pypy/changeset/df2a63368e88/

Log:    Remove trailing whitespace.

diff --git a/rpython/translator/llvm/common_header.h 
b/rpython/translator/llvm/common_header.h
--- a/rpython/translator/llvm/common_header.h
+++ b/rpython/translator/llvm/common_header.h
@@ -1,7 +1,7 @@
 #ifdef _WIN64
    typedef          __int64 Signed;
    typedef unsigned __int64 Unsigned;
-#  define SIGNED_MIN LLONG_MIN 
+#  define SIGNED_MIN LLONG_MIN
 #else
    typedef          long Signed;
    typedef unsigned long Unsigned;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to