]> diplodocus.org Git - nmh/commitdiff
Invert ternary condition to remove one negative.
authorRalph Corderoy <ralph@inputplus.co.uk>
Fri, 15 Sep 2017 21:58:59 +0000 (22:58 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Fri, 15 Sep 2017 21:58:59 +0000 (22:58 +0100)
Replaces `i != NOTOK ? OK : NOTOK' with `i == NOTOK ? NOTOK : OK'.


No differences found