mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 21:14:18 +02:00
Apply clang-format
This commit is contained in:
parent
3499837233
commit
5db2dbfd67
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue