Indent clean up.

next
Lourens Rozema 2010-08-20 21:40:22 +02:00 committed by Michael Stapelberg
parent 27ffe9eae1
commit ebe878d24c
1 changed files with 7 additions and 7 deletions

View File

@ -193,13 +193,13 @@ void dump_node(yajl_gen gen, struct Con *con, bool inplace_restart) {
if (inplace_restart) {
if (con->window != NULL) {
ystr("swallows");
y(array_open);
y(map_open);
ystr("id");
y(integer, con->window->id);
y(map_close);
y(array_close);
ystr("swallows");
y(array_open);
y(map_open);
ystr("id");
y(integer, con->window->id);
y(map_close);
y(array_close);
}
}