fix indentation of a large block.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25715 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2006-05-08 21:09:03 +00:00
parent 92fb3ef889
commit 8a0476c335

1
pbx.c
View File

@@ -758,7 +758,6 @@ static struct ast_exten *pbx_find_extension(struct ast_channel *chan,
if (!tmp)
return NULL;
}
/* XXX fix indentation */
if (*status < STATUS_NO_EXTENSION)
*status = STATUS_NO_EXTENSION;