From: Junio C Hamano Date: Mon, 29 Jan 2024 20:28:39 +0000 (-0800) Subject: reftable/pq_test: comment style fix X-Git-Tag: v2.43.2~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de65079d7b2801316e398b8806a60607ba45c520;p=thirdparty%2Fgit.git reftable/pq_test: comment style fix Signed-off-by: Junio C Hamano --- diff --git a/reftable/pq_test.c b/reftable/pq_test.c index 011b5c7502..c202eff848 100644 --- a/reftable/pq_test.c +++ b/reftable/pq_test.c @@ -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);