Signed-off-by: Liam R. Howlett <howlett@gmail.com>
* 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;