mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: utils: hook: use tab
This commit is contained in:
parent
16674a07a5
commit
bec615971c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue