From: Emmanuel Gil Peyrot Date: Wed, 13 Nov 2019 19:39:01 +0000 (+0100) Subject: cursor: Use spaces for alignment in the header X-Git-Tag: 1.18.91~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95a3272625296293c1d508e79a6e670b1af2abca;p=platform%2Fupstream%2Fwayland.git cursor: Use spaces for alignment in the header Signed-off-by: Emmanuel Gil Peyrot --- diff --git a/cursor/wayland-cursor.h b/cursor/wayland-cursor.h index 40d3fc5..01144c4 100644 --- a/cursor/wayland-cursor.h +++ b/cursor/wayland-cursor.h @@ -37,11 +37,11 @@ struct wl_buffer; struct wl_shm; struct wl_cursor_image { - uint32_t width; /* actual width */ - uint32_t height; /* actual height */ - uint32_t hotspot_x; /* hot spot x (must be inside image) */ - uint32_t hotspot_y; /* hot spot y (must be inside image) */ - uint32_t delay; /* animation delay to next frame (ms) */ + uint32_t width; /* actual width */ + uint32_t height; /* actual height */ + uint32_t hotspot_x; /* hot spot x (must be inside image) */ + uint32_t hotspot_y; /* hot spot y (must be inside image) */ + uint32_t delay; /* animation delay to next frame (ms) */ }; struct wl_cursor {