]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mas_destroy_rebalance() whitespace fix
authorLiam R. Howlett <howlett@gmail.com>
Thu, 30 Jan 2025 18:42:29 +0000 (13:42 -0500)
committerLiam R. Howlett <howlett@gmail.com>
Thu, 30 Jan 2025 18:42:29 +0000 (13:42 -0500)
Signed-off-by: Liam R. Howlett <howlett@gmail.com>
lib/maple_tree.c

index 3782cfcbe0700788b32fbf8ddbdaf01efa904838..104d55bfce639de6c574c1b1683a579559aed937 100644 (file)
@@ -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;