]> git.ipfire.org Git - thirdparty/git.git/commit - tag.c
tag.c: Correct indentation
authorShawn O. Pearce <spearce@spearce.org>
Mon, 12 Apr 2010 23:25:25 +0000 (16:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Apr 2010 04:45:03 +0000 (21:45 -0700)
commit2e0052a5eb336dc48856bae0283a23198346b5ac
tree7710074013a1a6a34c479bd3c6a1574692ec6665
parent476386858c70c1457bf32ff6d93b2100f03513fc
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>
tag.c