From eb28f0378fadd0d143aad7ec16f7b91814faae9a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 16 Jun 2018 09:16:52 -0700 Subject: 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 --- include/GL/glxmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/GL/glxmd.h') 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. */ -- cgit v1.2.3