diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:55:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:55:23 -0700 |
commit | 8f68b59f2b66f035ad97e3fe99e9eae983d1f44b (patch) | |
tree | 043d436fec616e35a6a6dd8692bf5154d1a83e11 /src/XTest.c | |
parent | 01dc43ee0fbdb1ed2397a735dfb69b0434600a20 (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 'src/XTest.c')
-rw-r--r-- | src/XTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XTest.c b/src/XTest.c index 76193a1..759e0e8 100644 --- a/src/XTest.c +++ b/src/XTest.c @@ -81,7 +81,7 @@ get_xinput_base(Display *dpy) } static XEXT_GENERATE_FIND_DISPLAY (find_display, xtest_info, - xtest_extension_name, + xtest_extension_name, &xtest_extension_hooks, XTestNumberEvents, get_xinput_base(dpy)) |