wayland-egl: use C99 comments
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 28 Sep 2017 17:22:22 +0000 (18:22 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Oct 2017 15:29:38 +0000 (16:29 +0100)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Miguel A. Vico <mvicomoya@nvidia.com>
src/egl/wayland/wayland-egl/wayland-egl-abi-check.c

index 6668864..62c51a2 100644 (file)
  * 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.