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-03 13:32:31 +0300
committerCampbell Barton <campbell@blender.org>2022-02-03 13:32:31 +0300
commit98cc3c6009ad0267c4f7b7da7e8725613cb32d31 (patch)
tree59bd9d976f82406826627413f5feaefbb2f03e33 /source/blender/nodes
parentc8cca888518182914e6b4f1b98e0f7b861add08d (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_curve_subdivide.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_curve_subdivide.cc b/source/blender/nodes/geometry/nodes/node_geo_curve_subdivide.cc
index c2b9ddfb114..22549e59ad2 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_curve_subdivide.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_curve_subdivide.cc
@@ -35,7 +35,8 @@ static void node_declare(NodeDeclarationBuilder &b)
.min(0)
.max(1000)
.supports_field()
- .description(N_("The number of control points to create on the segment following each point"));
+ .description(
+ N_("The number of control points to create on the segment following each point"));
b.add_output<decl::Geometry>(N_("Curve"));
}