summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Ævar Arnfjörð Bjarmason <avarab@gmail.com>2022-02-24 10:33:00 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-02-24 15:58:55 -0800
commit4996e0b015bd1dbb921bc359438e1385e7c87fd7 (patch)
treea4589a638a3bd66202bfa14bac7ff9c276c5783e /t
parenttrace2: use designated initializers for "struct tr2_tgt" (diff)
downloadtgif-4996e0b015bd1dbb921bc359438e1385e7c87fd7.tar.xz
trace2: use designated initializers for "struct tr2_dst"
Convert the "static struct tr2_dst" assignments in trace2/* to use designated initializers. I don't think it improves readability to include the explicit 0-ing out of the fd/initialized/need_close/too_many_files members, so let's have those be initialized implicitly by the compiler. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions