Apply clang-format

This commit is contained in:
project-repo 2023-12-24 19:38:38 +01:00
commit 5db2dbfd67

View file

@ -271,7 +271,7 @@ message_printf(struct cg_output *output, const char *fmt, ...) {
free(buffer);
return;
}
struct wlr_box output_box=output_get_layout_box(output);
struct wlr_box output_box = output_get_layout_box(output);
box->width = 0;
box->height = 0;
switch(output->server->message_config.anchor) {