summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-12-19 23:45:00 +0000
committerMark Michelson <mmichelson@digium.com>2008-12-19 23:45:00 +0000
commite015e6f40452742d4257f46e528b91343fc1bc35 (patch)
treec6975f1e4d63ecade8f6328c45747db85c4e5024
parentb0cc15d519f8c9cdb9c76ccc682823a913040471 (diff)
Get rid of an extra space.
I don't know how this crept back in when I had already fixed it earlier git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--main/audiohook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/audiohook.c b/main/audiohook.c
index b67625ff0..262d5d496 100644
--- a/main/audiohook.c
+++ b/main/audiohook.c
@@ -439,7 +439,7 @@ static struct ast_audiohook *find_audiohook_by_source(struct ast_audiohook_list
return NULL;
}
-void ast_audiohook_move_by_source (struct ast_channel *old_chan, struct ast_channel *new_chan, const char *source)
+void ast_audiohook_move_by_source(struct ast_channel *old_chan, struct ast_channel *new_chan, const char *source)
{
struct ast_audiohook *audiohook = find_audiohook_by_source(old_chan->audiohooks, source);