diff options
| author | Miriam Rubio <mirucam@gmail.com> | 2020-02-17 09:40:30 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-02-19 09:37:14 -0800 |
| commit | b8e3b2f33994de25c068021e388dbef72a2cdc4a (patch) | |
| tree | 2298d072e5ac5dc8433ed00afe03242cbb495fa5 /commit-graph.c | |
| parent | bisect--helper: change `retval` to `res` (diff) | |
| download | git-b8e3b2f33994de25c068021e388dbef72a2cdc4a.tar.gz git-b8e3b2f33994de25c068021e388dbef72a2cdc4a.zip | |
bisect: use the standard 'if (!var)' way to check for 0
Instead of using 'var == 0' in an if condition, let's use '!var' and
make 'bisect.c' more consistent with the rest of the code.
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
