Cleanup: remove redundant double parenthesis

This commit is contained in:
2022-09-25 15:14:13 +10:00
parent 865894481c
commit c9e35c2ced
125 changed files with 194 additions and 196 deletions

View File

@@ -231,7 +231,7 @@ static bool lattice_batch_cache_valid(Lattice *lt)
if ((cache->dims.u_len != lt->pntsu) || (cache->dims.v_len != lt->pntsv) ||
(cache->dims.w_len != lt->pntsw) ||
((cache->show_only_outside != ((lt->flag & LT_OUTSIDE) != 0)))) {
(cache->show_only_outside != ((lt->flag & LT_OUTSIDE) != 0))) {
return false;
}