From: Liam R. Howlett Date: Thu, 30 Jan 2025 18:42:29 +0000 (-0500) Subject: mas_destroy_rebalance() whitespace fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5ae184f9450e9443aa730aa64de8cec3db2dcc21;p=users%2Fjedix%2Flinux-maple.git mas_destroy_rebalance() whitespace fix Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 3782cfcbe070..104d55bfce63 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;