From e56fe42aab578a18fcdd6fbfe564105953b25a4f Mon Sep 17 00:00:00 2001 From: Chris Blackbourn Date: Sat, 11 Mar 2023 14:25:46 +1300 Subject: [PATCH] Cleanup: format --- source/blender/blenkernel/BKE_fcurve.h | 5 ++++- source/blender/editors/space_node/node_draw.cc | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/blender/blenkernel/BKE_fcurve.h b/source/blender/blenkernel/BKE_fcurve.h index 2f268c2c438..d2dbe815392 100644 --- a/source/blender/blenkernel/BKE_fcurve.h +++ b/source/blender/blenkernel/BKE_fcurve.h @@ -369,7 +369,10 @@ int BKE_fcurve_pathcache_find_array(struct FCurvePathCache *fcache, * Calculate the x range of the given F-Curve's data. * \return true if a range has been found. */ -bool BKE_fcurve_calc_range(const struct FCurve *fcu, float *r_min, float *r_max, bool selected_keys_only); +bool BKE_fcurve_calc_range(const struct FCurve *fcu, + float *r_min, + float *r_max, + bool selected_keys_only); /** * Calculate the x and y extents of F-Curve's data. diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc index 33bb5540b9f..8fe3af660bd 100644 --- a/source/blender/editors/space_node/node_draw.cc +++ b/source/blender/editors/space_node/node_draw.cc @@ -2716,7 +2716,6 @@ static void count_multi_input_socket_links(bNodeTree &ntree, SpaceNode &snode) } } - static float frame_node_label_height(const NodeFrame &frame_data) { return frame_data.label_size * U.dpi_fac;