Strip trailing whitespace
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 17 Sep 2011 05:58:12 +0000 (22:58 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 17 Sep 2011 05:58:12 +0000 (22:58 -0700)
commit78b0baf7872234c7e0e5753be76a662e34d87984
tree38ab407611c6e844bc8ce868ac264b045d7d118d
parentad5a4792e35b63c5b193f09303bcc41b322750d0
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>
COPYING
include/X11/extensions/xf86vmode.h
man/XF86VM.man
src/XF86VMode.c