git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit24fb2342ba270c783037f5d7a588b3753858c436
parent7e316b0e7f
authorIsaac Freund <[email protected]>
date2020-11-20 23:12
style: fix zig fmt regression

CI works now so this shouldn't happen again

 deps/zig-wayland | 2 +-
 river/main.zig   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deps/zig-wayland b/deps/zig-wayland
index 931b6f7..181f934 160000
--- a/deps/zig-wayland
+++ b/deps/zig-wayland
@@ -1 +1 @@
-Subproject commit 931b6f767b5c25280df1252982322d6eb1580aca
+Subproject commit 181f9344b23504080be5cec676e4c4adebcd1f96
diff --git a/river/main.zig b/river/main.zig
index b82b152..df03b54 100644
--- a/river/main.zig
+++ b/river/main.zig
@@ -96,7 +96,7 @@ pub fn main() anyerror!void {
     c.wlr_log_init(
         switch (log.level) {
             .debug => .WLR_DEBUG,
-            .notice, .info, => .WLR_INFO,
+            .notice, .info => .WLR_INFO,
             .warn, .err, .crit, .alert, .emerg => .WLR_ERROR,
         },
         null,