Module: Mesa Branch: master Commit: 0f8b0c04eba55b023e430bd2fec03000bd4c986e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f8b0c04eba55b023e430bd2fec03000bd4c986e
Author: Emil Velikov <[email protected]> Date: Thu Sep 28 18:22:22 2017 +0100 wayland-egl: use C99 comments Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Daniel Stone <[email protected]> Reviewed-by: Miguel A. Vico <[email protected]> --- 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. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
