removed trailing spaces reported by Soleen 016dca4f
Anselm R Garbe · 2008-06-11 19:47 2 file(s) · +12 −12
LICENSE +9 −9
12 12
copy of this software and associated documentation files (the "Software"),
13 13
to deal in the Software without restriction, including without limitation
14 14
the rights to use, copy, modify, merge, publish, distribute, sublicense,
15 -
and/or sell copies of the Software, and to permit persons to whom the 
15 +
and/or sell copies of the Software, and to permit persons to whom the
16 16
Software is furnished to do so, subject to the following conditions:
17 17
18 -
The above copyright notice and this permission notice shall be included in 
19 -
all copies or substantial portions of the Software. 
18 +
The above copyright notice and this permission notice shall be included in
19 +
all copies or substantial portions of the Software.
20 20
21 -
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
22 -
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
23 -
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
24 -
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
25 -
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
26 -
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
21 +
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22 +
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23 +
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
24 +
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25 +
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
26 +
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27 27
DEALINGS IN THE SOFTWARE.
dwm.c +3 −3
324 324
			}
325 325
		}
326 326
		if(ev->x < x + blw) {
327 -
			if(ev->button == Button1) 
327 +
			if(ev->button == Button1)
328 328
				togglelayout(NULL);
329 -
			else if(ev->button == Button3) 
329 +
			else if(ev->button == Button3)
330 330
				togglemax(NULL);
331 331
		}
332 332
	}
662 662
		for(i = clients; i != sel; i = i->next)
663 663
			if (!i->isbanned)
664 664
				c = i;
665 -
		if(!c) 
665 +
		if(!c)
666 666
			for(; i; i = i->next)
667 667
				if (!i->isbanned)
668 668
					c = i;