diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-06-16 09:16:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-06-16 09:16:52 -0700 |
commit | eb28f0378fadd0d143aad7ec16f7b91814faae9a (patch) | |
tree | f667d542b0e6fd47b0f23afe6121c14a0e6ae01a /include/X11/extensions/xf86mscstr.h | |
parent | 91c1c8e1490c970379efb16784003426faec806e (diff) |
Remove trailing whitespace from header files
Performed with:
find include -name '*.h' | xargs perl -i -p -e 's{[ \t]+$}{}'
"git diff -w" shows no changes from this changeset.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/extensions/xf86mscstr.h')
-rw-r--r-- | include/X11/extensions/xf86mscstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/xf86mscstr.h b/include/X11/extensions/xf86mscstr.h index 637d3a5..9eab965 100644 --- a/include/X11/extensions/xf86mscstr.h +++ b/include/X11/extensions/xf86mscstr.h @@ -42,7 +42,7 @@ typedef struct { typedef struct _XF86MiscGetSaver { CARD8 reqType; /* always XF86MiscReqCode */ CARD8 xf86miscReqType; /* always X_XF86MiscGetSaver */ - CARD16 length B16; + CARD16 length B16; CARD16 screen B16; CARD16 pad B16; } xXF86MiscGetSaverReq; |