]> git.ipfire.org Git - thirdparty/git.git/commitdiff
refs/debug: re-indent argument list for "prepare"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 23 Aug 2021 11:36:07 +0000 (13:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Aug 2021 20:27:37 +0000 (13:27 -0700)
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>
refs/debug.c

index 7db4abccc341b03a3c198633ab7f516bc43c08df..449ac3e6cc8e68a03723ec0d0b18a9d53101327e 100644 (file)
@@ -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);