river: run 0.15 zig fmt

This commit is contained in:
Isaac Freund
2025-08-22 15:11:50 +02:00
parent d72408df18
commit 88a8c45ac0
21 changed files with 48 additions and 48 deletions

View File

@ -363,7 +363,7 @@ fn sendLayerConfigures(
var it = tree.children.safeIterator(.forward);
while (it.next()) |node| {
assert(node.type == .tree);
if (@as(?*SceneNodeData, @alignCast(@ptrCast(node.data)))) |node_data| {
if (@as(?*SceneNodeData, @ptrCast(@alignCast(node.data)))) |node_data| {
const layer_surface = node_data.data.layer_surface;
if (!layer_surface.wlr_layer_surface.initialized) continue;