[pypy-commit] pypy llvm-translation-backend: Remove trailing whitespace.

Manuel Jacob noreply at buildbot.pypy.org
Tue Jan 21 15:33:26 CET 2014


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;


More information about the pypy-commit mailing list