aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-28 20:46:43 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-28 20:46:43 +0000
commitd277371df21cc020712ea65d9fe7a9b1d745016b (patch)
treefc1b3c209015fa879367d9a0d3e35331f2036447 /channels/chan_zap.c
parent1740585cf21aba8438e8371c210f94afd84a0918 (diff)
whitespace fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6684 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index ad26ed3c1..d4979ffbc 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -4195,10 +4195,7 @@ static struct ast_frame *zt_handle_event(struct ast_channel *ast)
ast_log(LOG_DEBUG, "Dunno what to do with event %d on channel %d\n", res, p->channel);
}
return &p->subs[index].f;
- }
-
-
-
+}
static struct ast_frame *__zt_exception(struct ast_channel *ast)
{