diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:06:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:06:15 -0700 |
commit | 19bea63b9b39d83da9b4aa277cc1db967a4928bd (patch) | |
tree | 9012c94dafae8f0ae7fcac1f35642ea6fae7f1bb /include/X11 | |
parent | 1ab0d436ceac0acef0cd97d8b280727b02062cc8 (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 'include/X11')
-rw-r--r-- | include/X11/extensions/dmxext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/dmxext.h b/include/X11/extensions/dmxext.h index 492aabf..93a1bfa 100644 --- a/include/X11/extensions/dmxext.h +++ b/include/X11/extensions/dmxext.h @@ -87,7 +87,7 @@ typedef enum { } DMXInputEnum; /** Client-library input information structure, returned by - * #DMXGetInputAttributes. */ + * #DMXGetInputAttributes. */ typedef struct { DMXInputEnum inputType; int physicalScreen; |