cursor: fix indentation of xcursor_load_theme declaration

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-05-27 17:16:17 +02:00
parent 7a399383fc
commit 1cb728246b

View file

@ -798,8 +798,8 @@ load_all_cursors_from_dir(const char *path, int size,
*/
void
xcursor_load_theme(const char *theme, int size,
void (*load_callback)(struct xcursor_images *, void *),
void *user_data)
void (*load_callback)(struct xcursor_images *, void *),
void *user_data)
{
char *full, *dir;
char *inherits = NULL;