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 /commit.h | |
parent | 29ee6d5a200e95df64d55a3e1fbbaa004f50c46c (diff) |
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 'commit.h')
0 files changed, 0 insertions, 0 deletions