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/glxint.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/glxint.h')
-rw-r--r-- | include/GL/glxint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glxint.h b/include/GL/glxint.h index 9da4910..44c9e9e 100644 --- a/include/GL/glxint.h +++ b/include/GL/glxint.h @@ -73,7 +73,7 @@ struct __GLXvisualConfigRec { ** we require 2 words across the wire. In order to maintain backwards ** compatibility, we need to send the total number of words that the ** VisualConfigs are sent back in so old libraries can simply "ignore" -** the new properties. +** the new properties. */ #define __GLX_TOTAL_CONFIG (__GLX_MIN_CONFIG_PROPS + \ 2 * __GLX_EXT_CONFIG_PROPS) @@ -98,7 +98,7 @@ struct __GLXFBConfigRec { int visualSelectGroup; /* visuals grouped by select priority */ - unsigned int id; + unsigned int id; GLboolean rgbMode; GLboolean colorIndexMode; |