[pypy-commit] pypy vmprof: remove tab

fijal noreply at buildbot.pypy.org
Thu Mar 19 14:12:38 CET 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: vmprof
Changeset: r76471:93945881c594
Date: 2015-03-19 15:12 +0200
http://bitbucket.org/pypy/pypy/changeset/93945881c594/

Log:	remove tab

diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/c/genc.py
@@ -458,7 +458,7 @@
             mk.rule('%.o %.gcmap', '%.asmgcc.s', [
                 '$(PYTHON) $(RPYDIR)/translator/c/gcc/trackgcroot.py '
                     '-t $*.asmgcc.s > $*.gctmp',
-	        '$(CC) -o $*.o -c $*.asmgcc.lbl.s',
+                '$(CC) -o $*.o -c $*.asmgcc.lbl.s',
                 'mv $*.gctmp $*.gcmap',
                 'rm $*.asmgcc.lbl.s'])
             


More information about the pypy-commit mailing list