Fix trivial coding style breaches

This commit is contained in:
Johan Malm 2022-04-04 20:53:36 +01:00
parent 8e1f115486
commit 5b34c81768
22 changed files with 151 additions and 91 deletions

View file

@ -214,6 +214,7 @@ struct server {
};
#define LAB_NR_LAYERS (4)
struct output {
struct wl_list link; /* server::outputs */
struct server *server;
@ -229,6 +230,7 @@ struct output {
struct wl_listener destroy;
struct wl_listener frame;
};
#undef LAB_NR_LAYERS
enum view_type {