[Bf-blender-cvs] [98cc3c6009a] blender-v3.1-release: Cleanup: clang-format

Campbell Barton noreply at git.blender.org
Thu Feb 3 11:39:03 CET 2022


Commit: 98cc3c6009ad0267c4f7b7da7e8725613cb32d31
Author: Campbell Barton
Date:   Thu Feb 3 21:32:31 2022 +1100
Branches: blender-v3.1-release
https://developer.blender.org/rB98cc3c6009ad0267c4f7b7da7e8725613cb32d31

Cleanup: clang-format

===================================================================

M	source/blender/editors/include/ED_util.h
M	source/blender/editors/include/UI_interface_icons.h
M	source/blender/nodes/geometry/nodes/node_geo_curve_subdivide.cc

===================================================================

diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 4e794838b2f..6d9691d96f4 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -62,9 +62,9 @@ bool ED_editors_flush_edits(struct Main *bmain);
  * \param new_id: may be NULL to unlink \a old_id.
  */
 void ED_spacedata_id_remap_single(struct ScrArea *area,
-                               struct SpaceLink *sl,
-                               struct ID *old_id,
-                               struct ID *new_id);
+                                  struct SpaceLink *sl,
+                                  struct ID *old_id,
+                                  struct ID *new_id);
 void ED_spacedata_id_remap(struct ScrArea *area,
                            struct SpaceLink *sl,
                            const struct IDRemapper *mappings);
diff --git a/source/blender/editors/include/UI_interface_icons.h b/source/blender/editors/include/UI_interface_icons.h
index 1009ae5cd3f..ec80338b4c0 100644
--- a/source/blender/editors/include/UI_interface_icons.h
+++ b/source/blender/editors/include/UI_interface_icons.h
@@ -102,7 +102,6 @@ void UI_icon_render_id_ex(const struct bContext *C,
                           const bool use_job,
                           struct PreviewImage *r_preview_image);
 
-
 /**
  * Render size for preview images and icons
  */
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"));
 }



More information about the Bf-blender-cvs mailing list