]> git.sur5r.net Git - i3/i3/blobdiff - src/ipc.c
layout toggle: take any combination of layouts as arguments (#2649)
[i3/i3] / src / ipc.c
index c0dfb1ecb7dd1e6eaa5e878693d64c4d11c18521..db2fa362e286f8cf995c98a7d9d25dd9af87269f 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -22,7 +22,8 @@
 
 char *current_socketpath = NULL;
 
-TAILQ_HEAD(ipc_client_head, ipc_client) all_clients = TAILQ_HEAD_INITIALIZER(all_clients);
+TAILQ_HEAD(ipc_client_head, ipc_client)
+all_clients = TAILQ_HEAD_INITIALIZER(all_clients);
 
 /*
  * Puts the given socket file descriptor into non-blocking mode or dies if