Skip to content
Snippets Groups Projects
Commit f65dd23b authored by Olle Johansson's avatar Olle Johansson
Browse files

Formatting: Remove invisible characters

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412180 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2a4205df
No related branches found
No related tags found
No related merge requests found
...@@ -659,9 +659,9 @@ int ast_audiohook_remove(struct ast_channel *chan, struct ast_audiohook *audioho ...@@ -659,9 +659,9 @@ int ast_audiohook_remove(struct ast_channel *chan, struct ast_audiohook *audioho
if (audiohook->type == AST_AUDIOHOOK_TYPE_SPY) { if (audiohook->type == AST_AUDIOHOOK_TYPE_SPY) {
AST_LIST_REMOVE(&ast_channel_audiohooks(chan)->spy_list, audiohook, list); AST_LIST_REMOVE(&ast_channel_audiohooks(chan)->spy_list, audiohook, list);
} else if (audiohook->type == AST_AUDIOHOOK_TYPE_WHISPER) { } else if (audiohook->type == AST_AUDIOHOOK_TYPE_WHISPER) {
AST_LIST_REMOVE(&ast_channel_audiohooks(chan)->whisper_list, audiohook, list); AST_LIST_REMOVE(&ast_channel_audiohooks(chan)->whisper_list, audiohook, list);
} else if (audiohook->type == AST_AUDIOHOOK_TYPE_MANIPULATE) { } else if (audiohook->type == AST_AUDIOHOOK_TYPE_MANIPULATE) {
AST_LIST_REMOVE(&ast_channel_audiohooks(chan)->manipulate_list, audiohook, list); AST_LIST_REMOVE(&ast_channel_audiohooks(chan)->manipulate_list, audiohook, list);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment