[hackers] [dwm] removed two spaces reported by Soleen

From: Anselm R. Garbe <garbeam_AT_gmail.com>
Date: Wed Oct 03 16:26:54 2007

changeset: 1024:17a935c3017f
tag: tip
user: Anselm R. Garbe <garbeam_AT_gmail.com>
date: Wed Oct 03 16:25:25 2007 +0200
summary: removed two spaces reported by Soleen

diff -r f6b71fb9ea39 -r 17a935c3017f 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 @@ struct Client {
         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
 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) {
Received on Wed Oct 03 2007 - 16:26:54 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:28 UTC