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-10-27 05:59:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-27 07:55:36 +0300
commita3b785bc083f3d83198c402e00da9d610389ca98 (patch)
tree2dbb8e331638c76d24a79fd3cc61825cbc1f0aa8 /source/blender/blenkernel/BKE_geometry_set.hh
parent44ac5830c561a690646108fd528ec9f3941f66ee (diff)
Cleanup: clang-format, clang-tidy, spelling
Diffstat (limited to 'source/blender/blenkernel/BKE_geometry_set.hh')
-rw-r--r--source/blender/blenkernel/BKE_geometry_set.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_geometry_set.hh b/source/blender/blenkernel/BKE_geometry_set.hh
index d273fe74310..a9a0b87a778 100644
--- a/source/blender/blenkernel/BKE_geometry_set.hh
+++ b/source/blender/blenkernel/BKE_geometry_set.hh
@@ -318,7 +318,8 @@ struct GeometrySet {
bool include_instances,
blender::Map<blender::bke::AttributeIDRef, AttributeKind> &r_attributes) const;
- blender::Vector<GeometryComponentType> gather_component_types(bool include_instances, bool ignore_empty) const;
+ blender::Vector<GeometryComponentType> gather_component_types(bool include_instances,
+ bool ignore_empty) const;
using ForeachSubGeometryCallback = blender::FunctionRef<void(GeometrySet &geometry_set)>;