diff --git a/source/blender/compositor/operations/COM_PreviewOperation.cc b/source/blender/compositor/operations/COM_PreviewOperation.cc index f2c6d4a75d4..e9aa8d2a1f7 100644 --- a/source/blender/compositor/operations/COM_PreviewOperation.cc +++ b/source/blender/compositor/operations/COM_PreviewOperation.cc @@ -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()};