From d9200f965f056d3da49476dd9b8333ff47265f30 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 28 Sep 2011 22:00:50 -0700 Subject: Strip trailing whitespace Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith --- app-defaults/XFontSel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-defaults/XFontSel') diff --git a/app-defaults/XFontSel b/app-defaults/XFontSel index 73c4854..b0ef993 100644 --- a/app-defaults/XFontSel +++ b/app-defaults/XFontSel @@ -3,7 +3,7 @@ ! app-defaults for XFontSel ! ! Copyright (c) 1985, 1986, 1987, 1988, 1989 X Consortium -! +! ! Permission is hereby granted, free of charge, to any person obtaining ! a copy of this software and associated documentation files (the ! "Software"), to deal in the Software without restriction, including @@ -11,10 +11,10 @@ ! distribute, sublicense, and/or sell copies of the Software, and to ! permit persons to whom the Software is furnished to do so, subject to ! the following conditions: -! +! ! The above copyright notice and this permission notice shall be included ! in all copies or substantial portions of the Software. -! +! ! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ! OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -22,7 +22,7 @@ ! OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ! ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR ! OTHER DEALINGS IN THE SOFTWARE. -! +! ! Except as contained in this notice, the name of the X Consortium shall ! not be used in advertising or otherwise to promote the sale, use or ! other dealings in this Software without prior written authorization -- cgit v1.2.3