Mesa (master): gl.h: remove stale comment, trailing whitespace

Brian Paul brianp at kemper.freedesktop.org
Thu Mar 29 17:13:58 UTC 2018


Module: Mesa
Branch: master
Commit: e520ca562a410d3dc3708515b44ca09a50c59830
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e520ca562a410d3dc3708515b44ca09a50c59830

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Mar 27 12:56:19 2018 -0600

gl.h: remove stale comment, trailing whitespace

Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 include/GL/gl.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/GL/gl.h b/include/GL/gl.h
index 5b28480288..f5bac3670a 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -47,9 +47,9 @@
 #    define GLAPI __declspec(dllimport)
 #  else /* for use with static link lib build of Win32 edition only */
 #    define GLAPI extern
-#  endif /* _STATIC_MESA support */
+#  endif
 #  if defined(__MINGW32__) && defined(GL_NO_STDCALL) || defined(UNDER_CE)  /* The generated DLLs by MingW with STDCALL are not compatible with the ones done by Microsoft's compilers */
-#    define GLAPIENTRY 
+#    define GLAPIENTRY
 #  else
 #    define GLAPIENTRY __stdcall
 #  endif




More information about the mesa-commit mailing list