gc: fix a lint warning
I think the condition is still quite well readable even though much shorter than my original !(kd[i - 1] == 0 && kd[i - 2] == 0)
Please register or sign in to comment
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
I think the condition is still quite well readable even though much shorter than my original !(kd[i - 1] == 0 && kd[i - 2] == 0)