Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-08-23 14:36:07 +0300
committerJunio C Hamano <gitster@pobox.com>2021-08-25 23:27:37 +0300
commit81bc12258958ad293598840ad28df3817c9f4dfb (patch)
tree21d0bab12e3d10386118c4479a32b79b88c95d6d /refs/debug.c
parent640d9d55c3fd73a103165b6457fb7c50ba9e829e (diff)
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/debug.c')
-rw-r--r--refs/debug.c4
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);