zink: fix bad indent

This was indented too much

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23027>
This commit is contained in:
Erik Faye-Lund 2023-05-15 14:39:37 +02:00 committed by Marge Bot
parent 7b52dcff52
commit e6edce2f2a

View file

@ -147,7 +147,7 @@ spirv_builder_emit_entry_point(struct spirv_builder *b,
b->entry_points.words[pos] |= (3 + len + num_interfaces) << 16;
spirv_buffer_prepare(&b->entry_points, b->mem_ctx, num_interfaces);
for (int i = 0; i < num_interfaces; ++i)
spirv_buffer_emit_word(&b->entry_points, interfaces[i]);
spirv_buffer_emit_word(&b->entry_points, interfaces[i]);
}
uint32_t