Cleanup: Make format

This commit is contained in:
Ray Molenkamp
2023-07-17 13:00:30 -06:00
parent 899f8a8500
commit eec5c867d3

View File

@@ -43,8 +43,7 @@ void PreviewOperation::init_execution()
output_image_ = preview_->ibuf;
if (this->get_width() == uint(preview_->ibuf->x) &&
this->get_height() == uint(preview_->ibuf->y))
{
this->get_height() == uint(preview_->ibuf->y)) {
return;
}
const uint size[2] = {get_width(), get_height()};