[Mesa-dev] [PATCH 5/7] wayland-egl: use C99 comments

Emil Velikov emil.l.velikov at gmail.com
Fri Sep 29 12:14:40 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Cc: Daniel Stone <daniels at collabora.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.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 66688642c7b..62c51a22605 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.
-- 
2.14.1



More information about the mesa-dev mailing list