Strip trailing whitespace
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 17 Sep 2011 05:16:01 +0000 (22:16 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 17 Sep 2011 05:16:01 +0000 (22:16 -0700)
commit665c80d7af5fc7a73b76e0ddaee3536b37b029e9
tree4e7eb4d3ca15c465432b5f704afc368ce90cede8
parent45e9544d8202b76e20923f4d84667879a3d185ec
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
include/X11/extensions/Xdamage.h
src/Makefile.am
src/Xdamage.c