CLEANUP: ebmbtree: Replace always-taken elseif by else
authorTim Düsterhus <tim@bastelstu.be>
Sat, 11 Sep 2021 15:02:33 +0000 (17:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 11 Sep 2021 18:15:28 +0000 (20:15 +0200)
commita8bfb4d13579b9f7d546261938b452fd9f875d0b
treed7fe1bcfca1a50d7cbb19be1b0690e2dda64a8fc
parentd5fc8fcb86eb99831626051b3055bea7ca93a074
CLEANUP: ebmbtree: Replace always-taken elseif by else

`diff` is guaranteed to be less than 0, because the `if` handles the `>= 0`
case.

Found using GitHub's CodeQL scan in HAProxy's codebase.
include/import/ebmbtree.h