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/GL/glxproto.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/GL/glxproto.h')
-rw-r--r-- | include/GL/glxproto.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/GL/glxproto.h b/include/GL/glxproto.h index 066db45..2766bf8 100644 --- a/include/GL/glxproto.h +++ b/include/GL/glxproto.h @@ -1303,7 +1303,7 @@ typedef struct { * CARD32 versions[4] = { 2, 1, 3, 0 }; * * says that the client supports OpenGL 2.1 and OpenGL 3.0. - * + * * These are followed by \c numGLExtensionBytes bytes of \c STRING8 containing * the OpenGL extension string supported by the client and up to 3 bytes of * padding. @@ -1744,7 +1744,7 @@ typedef struct { * order: * - Render or RenderLarge header * - CompressedTexImage header - * + * * When a \c glCompressedTexImage1D call is made, the \c height field is * not examined by the server and is considered padding. */ @@ -1786,7 +1786,7 @@ typedef struct { * order: * - Render or RenderLarge header * - CompressedTexSubImage header - * + * * When a \c glCompressedTexSubImage1D call is made, the \c yoffset and * \c height fields are not examined by the server and are considered padding. */ @@ -2105,7 +2105,7 @@ typedef struct { #define GLX_VIDEO_SOURCE_TYPE 3 #define GLX_PBUFFER_TYPE 4 /* 5 is for DM_PBUFFER */ -#define GLX_GLXWINDOW_TYPE 6 +#define GLX_GLXWINDOW_TYPE 6 /*****************************************************************************/ |