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/glxmd.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/glxmd.h')
-rw-r--r-- | include/GL/glxmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glxmd.h b/include/GL/glxmd.h index 96c07db..8ff9c1b 100644 --- a/include/GL/glxmd.h +++ b/include/GL/glxmd.h @@ -45,7 +45,7 @@ typedef double FLOAT64; /* ** Like B32, but this is used to store floats in a request. ** -** NOTE: Machines that have a native 32-bit IEEE float can define this as +** NOTE: Machines that have a native 32-bit IEEE float can define this as ** nothing. Machines that don't might mimic the float with an integer, ** and then define this to :32. */ |