From a3b785bc083f3d83198c402e00da9d610389ca98 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Oct 2021 13:59:41 +1100 Subject: Cleanup: clang-format, clang-tidy, spelling --- source/blender/blenkernel/BKE_geometry_set.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_geometry_set.hh') 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 &r_attributes) const; - blender::Vector gather_component_types(bool include_instances, bool ignore_empty) const; + blender::Vector gather_component_types(bool include_instances, + bool ignore_empty) const; using ForeachSubGeometryCallback = blender::FunctionRef; -- cgit v1.2.3