Commit cdc4c998 authored by Pavel Emelyanov's avatar Pavel Emelyanov

code: Fix spaced indentation where found

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 9efd12f2
......@@ -235,7 +235,7 @@ void rb_erase(struct rb_node *node, struct rb_root *root)
} else
root->rb_node = child;
color:
color:
if (color == RB_BLACK)
__rb_erase_color(child, parent, root);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment