commit | 2e0052a5eb336dc48856bae0283a23198346b5ac | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Mon Apr 12 16:25:25 2010 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 12 21:45:03 2010 -0700 |
tree | 7710074013a1a6a34c479bd3c6a1574692ec6665 | |
parent | 476386858c70c1457bf32ff6d93b2100f03513fc [diff] |
tag.c: Correct indentation These lines were incorrectly indented with spaces, violating our coding style. Its annoying to read with 4 position tab stops, so fix the indentation to be correct. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>