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/lgewire.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/lgewire.h')
-rw-r--r-- | include/X11/extensions/lgewire.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/include/X11/extensions/lgewire.h b/include/X11/extensions/lgewire.h index 75ec0a4..4e5a036 100644 --- a/include/X11/extensions/lgewire.h +++ b/include/X11/extensions/lgewire.h @@ -1,6 +1,6 @@ /************************************************************ -Copyright (c) 2004, Sun Microsystems, Inc. +Copyright (c) 2004, Sun Microsystems, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that @@ -27,7 +27,7 @@ in this Software without prior written authorization from The Open Group. /* * lge.h - Looking Glass Extension Definitions */ - + #ifndef _LGEWIRE_H #define _LGEWIRE_H @@ -36,7 +36,7 @@ in this Software without prior written authorization from The Open Group. #define LGE_NAME "LGE" /* Current interface version numbers */ -#define LGE_MAJOR_VERSION 5 +#define LGE_MAJOR_VERSION 5 #define LGE_MINOR_VERSION 0 /* Display Server is alive */ @@ -52,7 +52,7 @@ in this Software without prior written authorization from The Open Group. #define LGE_CLIENT_EVENT_DELIVERER 2 typedef struct { - CARD8 reqType; + CARD8 reqType; CARD8 lgeReqType; CARD16 length B16; } xLgeQueryVersionReq; @@ -61,7 +61,7 @@ typedef struct { typedef struct { /* Always X_Reply */ - BYTE type; + BYTE type; CARD8 unused; CARD16 sequenceNumber B16; CARD32 length B32; @@ -91,28 +91,28 @@ typedef struct { CARD8 lgeReqType; CARD16 length B16; /* The pseudo-root window of the screen */ - Window prw; + Window prw; } xLgeRegisterScreenReq; #define sz_xLgeRegisterScreenReq sizeof(xLgeRegisterScreenReq) -typedef struct { - CARD8 reqType; - CARD8 lgeReqType; - CARD16 length B16; +typedef struct { + CARD8 reqType; + CARD8 lgeReqType; + CARD16 length B16; BOOL enable; CARD8 pad1; CARD16 pad2 B16; -} xLgeControlLgModeReq; +} xLgeControlLgModeReq; #define sz_xLgeControlLgModeReq sizeof(xLgeControlLgModeReq) -typedef struct { - CARD8 reqType; - CARD8 lgeReqType; - CARD16 length B16; - xEvent event; -} xLgeSendEventReq; +typedef struct { + CARD8 reqType; + CARD8 lgeReqType; + CARD16 length B16; + xEvent event; +} xLgeSendEventReq; #define sz_xLgeSendEventReq sizeof(xLgeSendEventReq) |