]> git.99rst.org Git - git.git/commit
reflog.c: indent argument lists
authorÆvar Arnfjörð Bjarmason <redacted>
Thu, 17 Mar 2022 18:08:33 +0000 (19:08 +0100)
committerJunio C Hamano <redacted>
Fri, 18 Mar 2022 01:03:07 +0000 (18:03 -0700)
commit03df6cb833a21e924b02af58df76d93a8e0d9648
tree6af0754dcde85d672c9fd8bb71a5424be8b66c70
parent74cc1aa55f30ed76424a0e7226ab519aa6265061
reflog.c: indent argument lists

When reflog.c was lib-ified in 7d3d226e700 (reflog: libify delete
reflog function and helpers, 2022-03-02) these previously "static"
functions were made non-"static", but the argument lists were not
correspondingly indented according to our usual coding style. Let's do
that.

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
reflog.c
git clone https://git.99rst.org/PROJECT