diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-28 22:00:50 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-28 22:03:43 -0700 |
commit | d9200f965f056d3da49476dd9b8333ff47265f30 (patch) | |
tree | a2314526018b0f20d1fa73e03f8df2588eb8becd /app-defaults | |
parent | 561085a83a777fec4b42cfa16a8ba80e971d86fb (diff) |
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 <alan.coopersmith@oracle.com>
Diffstat (limited to 'app-defaults')
-rw-r--r-- | app-defaults/XFontSel | 8 |
1 files changed, 4 insertions, 4 deletions
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 |