bisect--helper: change `retval` to `res`
authorTanushree Tumane <tanushreetumane@gmail.com>
Mon, 17 Feb 2020 08:40:29 +0000 (09:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Feb 2020 17:37:14 +0000 (09:37 -0800)
commit292731c4c24bce5c9e3bdc7a246cfbc565ab93a1
tree1e063517647fd8dbc1c694cd4a36f5a1f9d1899b
parent16538bfd2c429a81a86011f32afa189047afd6e5
bisect--helper: change `retval` to `res`

Let's rename variable retval to res, so that variable names
in bisect--helper.c are more consistent.

After this change, there are 110 occurrences of res in the file
and zero of retval, while there were 26 instances of retval before.

Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Tanushree Tumane <tanushreetumane@gmail.com>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bisect--helper.c