Squash trailing whitespace

This commit is contained in:
Mikkel Oscar Lyderik 2016-02-08 12:31:13 +01:00
parent bacd40d6db
commit be6455b295
1 changed files with 1 additions and 1 deletions

View File

@ -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;