Fixed numerous Clang -Wextra-semi warnings

This commit is contained in:
Sean McBride
2026-08-19 18:16:02 -04:00
parent 5020ed3c55
commit 948c1be9b3
22 changed files with 64 additions and 64 deletions

View File

@@ -375,7 +375,7 @@ struct RenderedNormals: public ::testing::TestWithParam<std::tuple<MatDepth, Nor
fs["testImg"] >> img;
}
return img;
};
}
static Mat nanMask(Mat img)
{