From 95a3272625296293c1d508e79a6e670b1af2abca Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 13 Nov 2019 20:39:01 +0100 Subject: [PATCH] cursor: Use spaces for alignment in the header Signed-off-by: Emmanuel Gil Peyrot --- cursor/wayland-cursor.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 { -- 2.7.4