commit be6455b295ed5e4ac6c6a3dc756d154c3c908e19
parent bacd40d6db684e043a8fdcc5f56f349105b53e75
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date: Mon, 8 Feb 2016 12:31:13 +0100
Squash trailing whitespace
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/commands.c b/sway/commands.c
@@ -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;