From 1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 27 May 2022 17:16:17 +0200 Subject: [PATCH] cursor: fix indentation of xcursor_load_theme declaration Signed-off-by: Simon Ser --- cursor/xcursor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cursor/xcursor.c b/cursor/xcursor.c index b923596d..792ac185 100644 --- a/cursor/xcursor.c +++ b/cursor/xcursor.c @@ -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;