]> git.ipfire.org Git - thirdparty/git.git/commit
mktag: remove redundant braces in one-line body "if"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 5 Jan 2021 19:42:44 +0000 (20:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Jan 2021 22:58:29 +0000 (14:58 -0800)
commitdfe39487284af223737c58dd830261c2995f4fba
tree279001506ccee63fd932ff9cd9fb6224b5665900
parent0c439117bbc8f51b9c13b323ea7a9f76892a433d
mktag: remove redundant braces in one-line body "if"

This minor stylistic churn is usually something we'd avoid, but if we
don't do this then the file after changes in subsequent commits will
only have this minor style inconsistency, so let's change this while
we're at it.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mktag.c