From be6455b295ed5e4ac6c6a3dc756d154c3c908e19 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Mon, 8 Feb 2016 12:31:13 +0100 Subject: [PATCH] Squash trailing whitespace --- sway/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/commands.c b/sway/commands.c index 6a93c84a..1467a044 100644 --- 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;