mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
Style fix
This commit is contained in:
parent
5bfed9b213
commit
a65dca04e8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ struct sway_mode {
|
|||
|
||||
struct output_config {
|
||||
char *name;
|
||||
bool enabled;
|
||||
bool enabled;
|
||||
int width, height;
|
||||
int x, y;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue