]> git.sur5r.net Git - i3/i3/commitdiff
Indent clean up.
authorLourens Rozema <i3hacker@LourensRozema.nl>
Fri, 20 Aug 2010 19:40:22 +0000 (21:40 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Aug 2010 16:27:12 +0000 (18:27 +0200)
src/ipc.c

index 2c105acc35e4d322beba6bd4c44ee512f21692d3..97fecd81b5c978c399a4e5c7f86e743cfab870aa 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -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);
                 }
         }