setup: fix some formatting
commitd51e1dff980b9fc87002436b6ab36120a39816b1
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 8 Aug 2022 13:27:46 +0000 (8 13:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2022 16:24:00 +0000 (8 09:24 -0700)
tree39547d8a17863a7ee3b3a744fa7dc8506fa721af
parentbbea4dcf42b28eb7ce64a6306cdde875ae5d09ca
setup: fix some formatting

In preparation for touching code that was introduced in 3b0bf2704980
(setup: tighten ownership checks post CVE-2022-24765, 2022-05-10) and
that was formatted differently than preferred in the Git project, fix
the indentation before actually modifying the code.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setup.c