diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-08-23 13:36:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-08-25 13:27:37 -0700 |
commit | 81bc12258958ad293598840ad28df3817c9f4dfb (patch) | |
tree | 21d0bab12e3d10386118c4479a32b79b88c95d6d /refs | |
parent | 640d9d55c3fd73a103165b6457fb7c50ba9e829e (diff) | |
download | git-81bc12258958ad293598840ad28df3817c9f4dfb.tar.gz |
refs/debug: re-indent argument list for "prepare"
Re-indent this argument list that's been mis-indented since it was
added in 34c319970d1 (refs/debug: trace into reflog expiry too,
2021-04-23). This makes a subsequent change smaller.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs')
-rw-r--r-- | refs/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/refs/debug.c b/refs/debug.c index 7db4abccc3..449ac3e6cc 100644 --- a/refs/debug.c +++ b/refs/debug.c @@ -364,8 +364,8 @@ struct debug_reflog_expiry_should_prune { }; static void debug_reflog_expiry_prepare(const char *refname, - const struct object_id *oid, - void *cb_data) + const struct object_id *oid, + void *cb_data) { struct debug_reflog_expiry_should_prune *prune = cb_data; trace_printf_key(&trace_refs, "reflog_expire_prepare: %s\n", refname); |