mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 03:59:01 +00:00
more whitespace cleanup
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5255,8 +5255,7 @@ static void *ss_thread(void *data)
|
||||
if (res > 0) {
|
||||
/* save first char */
|
||||
dtmfbuf[0] = res;
|
||||
switch(p->sig)
|
||||
{
|
||||
switch(p->sig) {
|
||||
case SIG_FEATD:
|
||||
case SIG_SF_FEATD:
|
||||
res = my_getsigstr(chan,dtmfbuf + 1, "*", 3000);
|
||||
|
Reference in New Issue
Block a user