Strip trailing whitespace
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 29 Sep 2011 03:41:57 +0000 (20:41 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 29 Sep 2011 03:41:57 +0000 (20:41 -0700)
commit794e32074cbf13434375afe62b86b57f266a749f
treee7d8a2cd341a94e75d93c569d8f227fefad218dc
parentc80c86499b3e47bcba68960bcba1bd33d9394fc5
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>
Makefile.am
configure.ac
xdpyinfo.c