]> git.ipfire.org Git - thirdparty/git.git/commit
remote.c: remove braces from one-statement "for"-loops
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 7 Jun 2022 15:50:03 +0000 (17:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jun 2022 17:23:42 +0000 (10:23 -0700)
commit338959da3e46340dfcec3af361c6062c3a992668
treed169ee910f372d3b80ab17a5040c31ab6665245d
parente54793a95afeea1e10de1e5ad7eab914e7416250
remote.c: remove braces from one-statement "for"-loops

Remove braces that don't follow the CodingGuidelines from code added
in fd3cb0501e1 (remote: move static variables into per-repository
struct, 2021-11-17). A subsequent commit will edit code adjacent to
this.

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