Formatting: Remove invisible characters

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412180 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/97/197/1
Olle Johansson 11 years ago
parent 2a4205df2c
commit f65dd23bf4

@ -659,9 +659,9 @@ int ast_audiohook_remove(struct ast_channel *chan, struct ast_audiohook *audioho
if (audiohook->type == AST_AUDIOHOOK_TYPE_SPY) {
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);
} 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);
}

Loading…
Cancel
Save