about summary refs log tree commit diff
path: root/dwm.c
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-19 22:45:16 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-19 22:45:16 +0200
commit1dbdf76bc761914d2c36ea986e80e1f1e3ea1ddb (patch)
tree1dae9ce2ff19a947b29c516ecd4213ea13563d05 /dwm.c
parentRemoved the option of rounded corners due to bad functionality (diff)
downloaddwm-1dbdf76bc761914d2c36ea986e80e1f1e3ea1ddb.tar.gz
dwm-1dbdf76bc761914d2c36ea986e80e1f1e3ea1ddb.tar.bz2
dwm-1dbdf76bc761914d2c36ea986e80e1f1e3ea1ddb.zip
Formatting
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index b9d1830..501661f 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1339,7 +1339,6 @@ resizemouse(const Arg *arg)
 			}
 			if (!selmon->lt[selmon->sellt]->arrange || c->isfloating)
 				resize(c, c->x, c->y, nw, nh, 1);
-
 			break;
 		}
 	} while (ev.type != ButtonRelease);