mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Squash trailing whitespace
This commit is contained in:
parent
bacd40d6db
commit
be6455b295
@ -866,7 +866,7 @@ static struct cmd_results *cmd_move(int argc, char **argv) {
|
|||||||
|
|
||||||
int32_t x = origin.x - g.size.w / 2;
|
int32_t x = origin.x - g.size.w / 2;
|
||||||
int32_t y = origin.y - g.size.h / 2;
|
int32_t y = origin.y - g.size.h / 2;
|
||||||
|
|
||||||
uint32_t w = size->w - g.size.w;
|
uint32_t w = size->w - g.size.w;
|
||||||
uint32_t h = size->h - g.size.h;
|
uint32_t h = size->h - g.size.h;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user