mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
whitespace fixes
This commit is contained in:
@@ -185,7 +185,7 @@ pm_same(struct f_path_mask *m1, struct f_path_mask *m2)
|
|||||||
m2 = m2->next;
|
m2 = m2->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
return !m1 && !m2;
|
return !m1 && !m2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -163,9 +163,9 @@ tree_format(struct f_tree *t, buffer *buf)
|
|||||||
{
|
{
|
||||||
buffer_puts(buf, "[");
|
buffer_puts(buf, "[");
|
||||||
|
|
||||||
tree_node_format(t, buf);
|
tree_node_format(t, buf);
|
||||||
|
|
||||||
/* Undo last separator */
|
/* Undo last separator */
|
||||||
if (buf->pos[-1] != '[')
|
if (buf->pos[-1] != '[')
|
||||||
buf->pos -= 2;
|
buf->pos -= 2;
|
||||||
|
|
||||||
|
@@ -2235,7 +2235,7 @@ io_loop(void)
|
|||||||
if (pfd[s->index].revents & (POLLHUP | POLLERR))
|
if (pfd[s->index].revents & (POLLHUP | POLLERR))
|
||||||
{
|
{
|
||||||
sk_err(s, pfd[s->index].revents);
|
sk_err(s, pfd[s->index].revents);
|
||||||
goto next2;
|
goto next2;
|
||||||
}
|
}
|
||||||
|
|
||||||
current_sock = sk_next(s);
|
current_sock = sk_next(s);
|
||||||
|
Reference in New Issue
Block a user