removed two spaces reported by Soleen
authorAnselm R. Garbe <garbeam@gmail.com>
Wed, 03 Oct 2007 16:25:25 +0200
changeset 1024 17a935c3017f
parent 1023 f6b71fb9ea39
child 1025 107746bd83f0
removed two spaces reported by Soleen
dwm.c
--- a/dwm.c	Mon Oct 01 21:25:15 2007 +0200
+++ b/dwm.c	Wed Oct 03 16:25:25 2007 +0200
@@ -63,7 +63,7 @@
 	int rx, ry, rw, rh; /* revert geometry */
 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
 	int minax, maxax, minay, maxay;
-	long flags; 
+	long flags;
 	unsigned int border, oldborder;
 	Bool isbanned, isfixed, ismax, isfloating, wasfloating;
 	Bool *tags;
@@ -1162,7 +1162,7 @@
 void
 resize(Client *c, int x, int y, int w, int h, Bool sizehints) {
 	double dx, dy, max, min, ratio;
-	XWindowChanges wc; 
+	XWindowChanges wc;
 
 	if(sizehints) {
 		if(c->minay > 0 && c->maxay > 0 && (h - c->baseh) > 0 && (w - c->basew) > 0) {