Skip to content
Snippets Groups Projects
Commit 8a25d59b authored by Sean Bright's avatar Sean Bright
Browse files

Fix some whitespace.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6ac79407
Branches
Tags
No related merge requests found
......@@ -198,8 +198,8 @@ static int pickup_by_mark(struct ast_channel *chan, const char *mark)
int find_by_mark(struct ast_channel *c) {
const char *tmp;
return (tmp = pbx_builtin_getvar_helper(c, PICKUPMARK)) &&
!strcasecmp(tmp, mark) &&
can_pickup(c);
!strcasecmp(tmp, mark) &&
can_pickup(c);
}
struct ast_channel *target = ast_channel_search_locked(find_by_mark);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment