Commit add79af6 authored by Nils Goroll's avatar Nils Goroll Committed by Geoff Simmons

style nit

parent 32ee20fd
......@@ -264,7 +264,7 @@ tree_prune(struct req *req, struct node *node)
assert(node->type == T_NEXUS);
while((child = VSTAILQ_FIRST(&node->nexus.children)) != NULL) {
while ((child = VSTAILQ_FIRST(&node->nexus.children)) != NULL) {
VSTAILQ_REMOVE_HEAD(&node->nexus.children, sibling);
tree_free(req, child);
}
......
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