1
0
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:
Ondřej Surý
2016-08-16 09:24:12 +02:00
parent 61e6725335
commit 33d22f0e9e
3 changed files with 4 additions and 4 deletions

View File

@@ -163,9 +163,9 @@ tree_format(struct f_tree *t, buffer *buf)
{
buffer_puts(buf, "[");
tree_node_format(t, buf);
tree_node_format(t, buf);
/* Undo last separator */
/* Undo last separator */
if (buf->pos[-1] != '[')
buf->pos -= 2;