var: format variable structure with C99 initializers
commitf74c90dcf7ed8ef7994ab583de089dba2a2b1a22
authorbrian m. carlson <bk2204@github.com>
Tue, 27 Jun 2023 16:18:58 +0000 (27 16:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Jun 2023 18:31:06 +0000 (27 11:31 -0700)
tree452b4ac4b9fcd912ef5ff1b8fc805e6c62154560
parent1e6572122702cbf0e3b6d3226f73e6b8b45e6e37
var: format variable structure with C99 initializers

Right now, we have only two items in our variable struct.  However, in
the future, we're going to add two more items.  To help keep our diffs
nice and tidy and make this structure easier to read, switch to use
C99-style initializers for our data.

Signed-off-by: brian m. carlson <bk2204@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/var.c