summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-08 12:31:13 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-08 12:31:13 +0100
commitbe6455b295ed5e4ac6c6a3dc756d154c3c908e19 (patch)
treeb91291c614a1384810620aefaea5e68d1a30290e /sway
parentFix clang warnings (diff)
downloadsway-be6455b295ed5e4ac6c6a3dc756d154c3c908e19.tar.gz
sway-be6455b295ed5e4ac6c6a3dc756d154c3c908e19.tar.zst
sway-be6455b295ed5e4ac6c6a3dc756d154c3c908e19.zip
Squash trailing whitespace
Diffstat (limited to 'sway')
-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) {
866 866
867 int32_t x = origin.x - g.size.w / 2; 867 int32_t x = origin.x - g.size.w / 2;
868 int32_t y = origin.y - g.size.h / 2; 868 int32_t y = origin.y - g.size.h / 2;
869 869
870 uint32_t w = size->w - g.size.w; 870 uint32_t w = size->w - g.size.w;
871 uint32_t h = size->h - g.size.h; 871 uint32_t h = size->h - g.size.h;
872 872