]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/outputs.h
switch to clang-format-3.8 (#2547)
[i3/i3] / i3bar / include / outputs.h
index 3067581da0ab4dbd0db9b86d74fdac2c848707f0..de960270e500186dce9c032e1a548b5d486f1bd7 100644 (file)
@@ -67,5 +67,6 @@ struct i3_output {
     struct ws_head* workspaces;  /* The workspaces on this output */
     struct tc_head* trayclients; /* The tray clients on this output */
 
-    SLIST_ENTRY(i3_output) slist; /* Pointer for the SLIST-Macro */
+    SLIST_ENTRY(i3_output)
+    slist; /* Pointer for the SLIST-Macro */
 };