tag: fix formatting
commit01dc801adad35d4e2f815dc1918dad057631bc0e
authorDenton Liu <liu.denton@gmail.com>
Thu, 4 Apr 2019 18:25:13 +0000 (4 11:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2019 05:51:59 +0000 (5 14:51 +0900)
tree25ac82ebd7e6db58d3e0e50e56d4358837f237d6
parent041f5ea1cf987a4068ef5f39ba0a09be85952064
tag: fix formatting

Wrap usage line at '<tagname>'. Also, wrap strings with '\n' at the end
of string fragments instead of at the beginning of the next string
fragment.

Convert a space-indent into a tab-indent for style.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/tag.c