more whitespace cleanup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-09-28 21:23:54 +00:00
parent f8f7d21252
commit b450a235b2

View File

@@ -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);