Among comments in the traditional /* single liner */ ones, our reviews seem to have missed a few // comments. While they are not illegal per-se, they look out of place mixed with the /* ... */ style comments, which is the prevailing style used in this project. Fix those small number of style violations in our own code; files with borrowed code that have // comments as the prevalent style are left untouched. Junio C Hamano (3): builtin/worktree: comment style fixes merge-ort.c: comment style fix reftable/pq_test: comment style fix builtin/worktree.c | 10 +++++----- merge-ort.c | 2 +- reftable/pq_test.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) -- 2.43.0-440-gb50a608ba2