diff options
| author | Chandra Pratap <chandrapratap3519@gmail.com> | 2024-08-21 18:00:58 +0530 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-08-21 09:41:41 -0700 |
| commit | abcddcef3dec6dc898edd30bdc0b20cfde86acb4 (patch) | |
| tree | fc938c66ae54416ebca03ad4cd038e918a1d3d14 /builtin/commit-graph.c | |
| parent | t-reftable-block: use xstrfmt() instead of xstrdup() (diff) | |
| download | git-abcddcef3dec6dc898edd30bdc0b20cfde86acb4.tar.gz git-abcddcef3dec6dc898edd30bdc0b20cfde86acb4.zip | |
t-reftable-block: remove unnecessary variable 'j'
Currently, there are two variables for array indices, 'i' and 'j'.
The variable 'j' is used only once and can be easily replaced with
'i'. Get rid of 'j' and replace its occurence with 'i'.
Mentored-by: Patrick Steinhardt <ps@pks.im>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Chandra Pratap <chandrapratap3519@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions
