git-p4: replace each tab with 8 spaces for consistency
authorAndrew Garber <andrew@andrewgarber.com>
Thu, 7 Apr 2011 06:01:21 +0000 (02:01 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Apr 2011 07:37:45 +0000 (00:37 -0700)
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>
No differences found