aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-08 12:31:13 +0100
committerMikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-08 12:31:13 +0100
commitbe6455b295ed5e4ac6c6a3dc756d154c3c908e19 (patch)
treeb91291c614a1384810620aefaea5e68d1a30290e
parentbacd40d6db684e043a8fdcc5f56f349105b53e75 (diff)
Squash trailing whitespace
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
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;