From 5ae184f9450e9443aa730aa64de8cec3db2dcc21 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Thu, 30 Jan 2025 13:42:29 -0500 Subject: [PATCH] mas_destroy_rebalance() whitespace fix Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 3782cfcbe0700..104d55bfce639 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -3002,7 +3002,8 @@ static inline void mas_rebalance(struct ma_state *mas, * During a mass-insert event (such as forking), it may be necessary to * rebalance the left-most node when it is not sufficient. */ -static inline void mas_destroy_rebalance(struct ma_state *mas, unsigned char end) +static inline void mas_destroy_rebalance(struct ma_state *mas, + unsigned char end) { enum maple_type mt = mte_node_type(mas->node); struct maple_node reuse, *newnode, *parent, *new_left, *left, *node; -- 2.50.1