[pypy-commit] pypy llvm-translation-backend: Remove some tab character probably copied from somewhere by accident.

Manuel Jacob noreply at buildbot.pypy.org
Sat Jan 25 20:58:14 CET 2014


Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r68947:3e2e1ba9f97c
Date: 2014-01-25 20:57 +0100
http://bitbucket.org/pypy/pypy/changeset/3e2e1ba9f97c/

Log:	Remove some tab character probably copied from somewhere by
	accident.

diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllvm.py
--- a/rpython/translator/llvm/genllvm.py
+++ b/rpython/translator/llvm/genllvm.py
@@ -1644,7 +1644,7 @@
         if callable(entrypoint):
             setup_ptr = self.gcpolicy.get_setup_ptr()
             def main(argc, argv):
-	        llop.gc_stack_bottom(lltype.Void)
+                llop.gc_stack_bottom(lltype.Void)
                 try:
                     if setup_ptr is not None:
                         setup_ptr()


More information about the pypy-commit mailing list