Commit: 98e1c6e9358a54001a2c76a86d7ca31283175547
Author: Campbell Barton
Date:   Thu Oct 21 18:27:46 2021 +1100
Branches: master
https://developer.blender.org/rB98e1c6e9358a54001a2c76a86d7ca31283175547

Cleanup: clang-format

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

M       source/blender/editors/interface/interface_intern.h
M       source/blender/nodes/geometry/nodes/legacy/node_geo_curve_to_points.cc

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

diff --git a/source/blender/editors/interface/interface_intern.h 
b/source/blender/editors/interface/interface_intern.h
index fc4de89944f..3e610e62b5a 100644
--- a/source/blender/editors/interface/interface_intern.h
+++ b/source/blender/editors/interface/interface_intern.h
@@ -1226,7 +1226,8 @@ bool ui_region_contains_point_px(const struct ARegion 
*region, const int xy[2])
     ATTR_NONNULL(1, 2) ATTR_WARN_UNUSED_RESULT;
 bool ui_region_contains_rect_px(const struct ARegion *region, const rcti 
*rect_px);
 
-struct ARegion *ui_screen_region_find_mouse_over_ex(struct bScreen *screen, 
const int xy[2]) ATTR_NONNULL(1, 2);
+struct ARegion *ui_screen_region_find_mouse_over_ex(struct bScreen *screen, 
const int xy[2])
+    ATTR_NONNULL(1, 2);
 struct ARegion *ui_screen_region_find_mouse_over(struct bScreen *screen,
                                                  const struct wmEvent *event);
 
diff --git 
a/source/blender/nodes/geometry/nodes/legacy/node_geo_curve_to_points.cc 
b/source/blender/nodes/geometry/nodes/legacy/node_geo_curve_to_points.cc
index 820d52e2259..2936c150376 100644
--- a/source/blender/nodes/geometry/nodes/legacy/node_geo_curve_to_points.cc
+++ b/source/blender/nodes/geometry/nodes/legacy/node_geo_curve_to_points.cc
@@ -286,8 +286,6 @@ static void copy_spline_domain_attributes(const 
CurveComponent &curve_component,
       });
 }
 
-
-
 static void geo_node_curve_to_points_exec(GeoNodeExecParams params)
 {
   NodeGeometryCurveToPoints &node_storage = *(NodeGeometryCurveToPoints 
*)params.node().storage;

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to