diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-07-30 09:24:52 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-07-30 13:50:25 -0700 |
commit | 6cda5972837360bf6a55884f3db45902afb0590d (patch) | |
tree | 4bb725603ba065b978377cfb973ff15c0eaf9a77 /builtin/commit.c | |
parent | 10f0723c8df41c9c2a4dec7e3571e98ec57138f1 (diff) |
Documentation: consistently use spaces inside initializers
Our coding guide is inconsistent with how it uses spaces inside of
initializers (`struct foo bar = { something }`). While we mostly carry
the space between open and closing braces and the initialized members,
in one case we don't.
Fix this one instance such that we consistently carry the space. This is
also consistent with how clang-format formats such initializers.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions