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 <ideasman42@gmail.com>2021-03-27 06:49:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-27 06:49:59 +0300
commit414017ac869f292eaabaefc44e15d2aebd6fbd52 (patch)
tree61d3e38bc0e73de7451853a2337dd6795604e9f7 /source/blender/nodes
parentee367084a7ee499d99f32b4343b4e7905f6afa5c (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_vector_math.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_vector_math.cc b/source/blender/nodes/shader/nodes/node_shader_vector_math.cc
index c4edf69930b..472f903e1a5 100644
--- a/source/blender/nodes/shader/nodes/node_shader_vector_math.cc
+++ b/source/blender/nodes/shader/nodes/node_shader_vector_math.cc
@@ -202,7 +202,7 @@ static const blender::fn::MultiFunction &get_multi_function(
if (multi_fn != nullptr) {
return *multi_fn;
}
-
+
blender::nodes::try_dispatch_float_math_fl3_fl3_fl_to_fl3(
operation, [&](auto function, const blender::nodes::FloatMathOperationInfo &info) {
static blender::fn::CustomMF_SI_SI_SI_SO<float3, float3, float, float3> fn{
@@ -212,7 +212,7 @@ static const blender::fn::MultiFunction &get_multi_function(
if (multi_fn != nullptr) {
return *multi_fn;
}
-
+
blender::nodes::try_dispatch_float_math_fl3_fl3_to_fl(
operation, [&](auto function, const blender::nodes::FloatMathOperationInfo &info) {
static blender::fn::CustomMF_SI_SI_SO<float3, float3, float> fn{info.title_case_name,