summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:16:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:16:01 -0700
commit665c80d7af5fc7a73b76e0ddaee3536b37b029e9 (patch)
tree4e7eb4d3ca15c465432b5f704afc368ce90cede8 /include
parent45e9544d8202b76e20923f4d84667879a3d185ec (diff)
downloadxorg-lib-libXdamage-665c80d7af5fc7a73b76e0ddaee3536b37b029e9.tar.gz
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 'include')
-rw-r--r--include/X11/extensions/Xdamage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/Xdamage.h b/include/X11/extensions/Xdamage.h
index 5ecf035..b3a5a06 100644
--- a/include/X11/extensions/Xdamage.h
+++ b/include/X11/extensions/Xdamage.h
@@ -62,7 +62,7 @@ void
XDamageDestroy (Display *dpy, Damage damage);
void
-XDamageSubtract (Display *dpy, Damage damage,
+XDamageSubtract (Display *dpy, Damage damage,
XserverRegion repair, XserverRegion parts);
void