commit | c3f6163b0b6e2cfae1422050c9607db1130cded0 | [log] [tgz] |
---|---|---|
author | Andrew Garber <andrew@andrewgarber.com> | Thu Apr 07 02:01:21 2011 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Apr 07 00:37:45 2011 -0700 |
tree | 03a3b26e3e0b22c863af5edfe7c900462320393f | |
parent | 6be0559183ac0b40680df314748141d1bdf28e41 [diff] |
git-p4: replace each tab with 8 spaces for consistency Note that the majority of git-p4 uses spaces, not tabs, for indentation. Consistent indentation is a good hygiene for Python scripts, and mixing tabs and spaces in Python can lead to hard-to-find bugs. Signed-off-by: Andrew Garber <andrew@andrewgarber.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>