Mesa (master): wayland-egl: use C99 comments

Emil Velikov evelikov at kemper.freedesktop.org
Mon Oct 2 15:36:42 UTC 2017


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Sep 28 18:22:22 2017 +0100

wayland-egl: use C99 comments

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Miguel A. Vico <mvicomoya at nvidia.com>

---

 src/egl/wayland/wayland-egl/wayland-egl-abi-check.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c
index 66688642c7..62c51a2260 100644
--- a/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c
+++ b/src/egl/wayland/wayland-egl/wayland-egl-abi-check.c
@@ -20,10 +20,10 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#include <stddef.h> // offsetof
-#include <stdio.h>  // printf
+#include <stddef.h> /* offsetof */
+#include <stdio.h>  /* printf */
 
-#include "wayland-egl-backend.h" // Current struct wl_egl_window implementation
+#include "wayland-egl-backend.h" /* Current struct wl_egl_window implementation */
 
 /*
  * Following are previous implementations of wl_egl_window.




More information about the mesa-commit mailing list