aboutsummaryrefslogtreecommitdiffstats
path: root/reftable
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-29 12:28:39 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-29 14:08:52 -0800
commitde65079d7b2801316e398b8806a60607ba45c520 (patch)
tree70eb0bc57e75c64e4dd27cd39257cca0665a633c /reftable
parent9d2cdd8ae85694a6920aa2a2242f95a226a02898 (diff)
downloadgit-de65079d7b2801316e398b8806a60607ba45c520.tar.gz
reftable/pq_test: comment style fix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'reftable')
-rw-r--r--reftable/pq_test.c2
1 files changed, 1 insertions, 1 deletions
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);