mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Fix some whitespace.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user