Cleanup: formatting

Pull Request: https://projects.blender.org/blender/blender/pulls/115377
This commit is contained in:
Iliya Katueshenock
2023-11-26 14:20:41 +01:00
committed by Jacques Lucke
parent 9cc038f580
commit 86b1d6de34

View File

@@ -575,7 +575,6 @@ IndexMask IndexMask::from_bools(const IndexMask &universe,
IndexMask IndexMask::from_union(const IndexMask &mask_a,
const IndexMask &mask_b,
IndexMaskMemory &memory)
{
const int64_t new_size = math::max(mask_a.min_array_size(), mask_b.min_array_size());
Array<bool> tmp(new_size, false);