aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_directed_pickup.c
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-05 22:22:37 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-05 22:22:37 +0000
commita3bf4d46121bb941edaf5dee4352829819e8943a (patch)
tree96936b83634a516269f4dd7a7c8f4868c9260cac /apps/app_directed_pickup.c
parentb6eddc8dd9aba656ac6322e5d27d997e3735880a (diff)
Fix some whitespace.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@154926 f38db490-d61c-443f-a65b-d21fe96a405b
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);