]> git.ipfire.org Git - thirdparty/git.git/commitdiff
reftable/pq_test: comment style fix
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Jan 2024 20:28:39 +0000 (12:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jan 2024 22:08:52 +0000 (14:08 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/pq_test.c

index 011b5c75028a9d8dbad15f23ddb99d39e09ca9cb..c202eff84801820b28c56ddb7de28a2d041f3c08 100644 (file)
@@ -60,7 +60,7 @@ static void test_pq(void)
                if (last) {
                        EXPECT(strcmp(last, rec->u.ref.refname) < 0);
                }
-               // this is names[i], so don't dealloc.
+               /* this is names[i], so don't dealloc. */
                last = rec->u.ref.refname;
                rec->u.ref.refname = NULL;
                reftable_record_release(rec);