aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_chanspy.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-03 23:45:03 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-03 23:45:03 +0000
commit4041ad942c94f50409842edba39db82fc3c4566d (patch)
treef3b4ed7405d18dfc89a78436fb43e98a0b7c4b7a /apps/app_chanspy.c
parentc345657f48f506680d121ac479fe46af663d2ba3 (diff)
Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41960 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_chanspy.c')
-rw-r--r--apps/app_chanspy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index 56052a4a4..d0fdda243 100644
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -368,10 +368,10 @@ static int channel_spy(struct ast_channel *chan, struct ast_channel *spyee, int
ast_deactivate_generator(chan);
/* If a channel still exists on our spy structure then we need to remove ourselves */
- if (csth.spy.chan) {
- csth.spy.status = CHANSPY_DONE;
- ast_channel_spy_remove(csth.spy.chan, &csth.spy);
- }
+ if (csth.spy.chan) {
+ csth.spy.status = CHANSPY_DONE;
+ ast_channel_spy_remove(csth.spy.chan, &csth.spy);
+ }
ast_channel_spy_free(&csth.spy);
if (option_verbose >= 2)