]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/workspaces.h
switch to clang-format-3.8 (#2547)
[i3/i3] / i3bar / include / workspaces.h
index dde8b6e1689c718063c1cd28ddc9fa2208b89256..e1f9e8878a57a374bb77c4b60d1f7179e7128599 100644 (file)
@@ -40,5 +40,6 @@ struct i3_ws {
     rect rect;                /* The rect of the ws (not used (yet)) */
     struct i3_output *output; /* The current output of the ws */
 
-    TAILQ_ENTRY(i3_ws) tailq; /* Pointer for the TAILQ-Macro */
+    TAILQ_ENTRY(i3_ws)
+    tailq; /* Pointer for the TAILQ-Macro */
 };