From bec615971c7809c42d45535c4404bbdea0bce02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Mon, 7 Jun 2021 12:28:21 +0200 Subject: [PATCH] spa: utils: hook: use tab --- spa/include/spa/utils/hook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/include/spa/utils/hook.h b/spa/include/spa/utils/hook.h index 362c1831f..ada7e23ee 100644 --- a/spa/include/spa/utils/hook.h +++ b/spa/include/spa/utils/hook.h @@ -116,7 +116,7 @@ static inline void spa_hook_list_prepend(struct spa_hook_list *list, /** Remove a hook */ static inline void spa_hook_remove(struct spa_hook *hook) { - spa_list_remove(&hook->link); + spa_list_remove(&hook->link); if (hook->removed) hook->removed(hook); }