Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Reduce scope of local for-loop index
i
in ImageRegion::Crop
Following C++ Core Guidelines, October 12, 2023, "Keep scopes small" http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-scope
- Loading branch information