mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00: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 y = origin.y - g.size.h / 2;
|
||||
|
||||
|
||||
uint32_t w = size->w - g.size.w;
|
||||
uint32_t h = size->h - g.size.h;
|
||||
|
||||
|
|
Loading…
Reference in a new issue