Fix some whitespace.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2008-11-05 22:22:37 +00:00
parent 6ac794074e
commit 8a25d59bf8

View File

@@ -198,8 +198,8 @@ static int pickup_by_mark(struct ast_channel *chan, const char *mark)
int find_by_mark(struct ast_channel *c) { int find_by_mark(struct ast_channel *c) {
const char *tmp; const char *tmp;
return (tmp = pbx_builtin_getvar_helper(c, PICKUPMARK)) && return (tmp = pbx_builtin_getvar_helper(c, PICKUPMARK)) &&
!strcasecmp(tmp, mark) && !strcasecmp(tmp, mark) &&
can_pickup(c); can_pickup(c);
} }
struct ast_channel *target = ast_channel_search_locked(find_by_mark); struct ast_channel *target = ast_channel_search_locked(find_by_mark);