summaryrefslogtreecommitdiff
path: root/apps/app_directed_pickup.c
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2008-11-05 22:22:37 +0000
committerSean Bright <sean@malleable.com>2008-11-05 22:22:37 +0000
commit8a25d59bf87960d09b6ea4dd5aad0584d9166eb9 (patch)
tree96936b83634a516269f4dd7a7c8f4868c9260cac /apps/app_directed_pickup.c
parent6ac794074ed80dc6bafdc4e018a804c171e95081 (diff)
Fix some whitespace.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_directed_pickup.c')
-rw-r--r--apps/app_directed_pickup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c
index 773a27c6c..deca8f3de 100644
--- a/apps/app_directed_pickup.c
+++ b/apps/app_directed_pickup.c
@@ -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);