serve: use designated initializers
commit85baaed4757860eb54e6451be305bfb7ef863646
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 5 Aug 2021 01:25:37 +0000 (5 03:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Aug 2021 15:59:37 +0000 (5 08:59 -0700)
tree2b0146f7f0f3c5d6f7643e434d74f741c9977f83
parent1fd88224a310f91c7ccac480473df40979d91f92
serve: use designated initializers

Change the declaration of the protocol_capability struct to use
designated initializers, this makes this more verbose now, but a
follow-up commit will add a new field. At that point these lines would
be too dense to be on one line comfortably.

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