Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-22 01:56:43 +0300
committerCampbell Barton <campbell@blender.org>2022-02-22 01:56:43 +0300
commitc3d36b71273ad330ad59f0f8a09a5c789bd52a48 (patch)
treeed3ec73891812437e35b0aa8526f68d3869c1abf /source/blender/compositor
parent284cef473fed06593ee9ce969c121fd2e007f6e3 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc
index 49e761d6221..78b707ee1ea 100644
--- a/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc
+++ b/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cc
@@ -44,7 +44,7 @@ void GaussianBokehBlurOperation::init_data()
const float width = this->get_width();
const float height = this->get_height();
- if(execution_model_ == eExecutionModel::FullFrame) {
+ if (execution_model_ == eExecutionModel::FullFrame) {
if (!sizeavailable_) {
update_size();
}