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/xf86dgaproto.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/xf86dgaproto.h')
-rw-r--r-- | include/X11/extensions/xf86dgaproto.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/X11/extensions/xf86dgaproto.h b/include/X11/extensions/xf86dgaproto.h index 8b7f13d..8d2fb64 100644 --- a/include/X11/extensions/xf86dgaproto.h +++ b/include/X11/extensions/xf86dgaproto.h @@ -130,7 +130,7 @@ typedef struct { BOOL pad1; CARD16 sequenceNumber B16; CARD32 length B32; /* device name size if there is one */ - CARD32 mem1 B32; /* physical memory */ + CARD32 mem1 B32; /* physical memory */ CARD32 mem2 B32; /* spillover for _alpha_ */ CARD32 size B32; /* size of map in bytes */ CARD32 offset B32; /* optional offset into device */ @@ -232,8 +232,8 @@ typedef struct _XDGAGetViewportStatus { #define sz_xXDGAGetViewportStatusReq 8 typedef struct { - BYTE type; - BOOL pad1; + BYTE type; + BOOL pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 status B32; @@ -254,8 +254,8 @@ typedef struct _XDGASync { #define sz_xXDGASyncReq 8 typedef struct { - BYTE type; - BOOL pad1; + BYTE type; + BOOL pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 pad2 B32; @@ -289,8 +289,8 @@ typedef struct { #define sz_xXDGAChangePixmapModeReq 16 typedef struct { - BYTE type; - BOOL pad1; + BYTE type; + BOOL pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD16 x B16; |