Whitespace fix forgotten by someone who added a note about needing to fix this...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-03-29 20:08:14 +00:00
parent aa029f44f0
commit 16728da6a7

View File

@@ -1374,7 +1374,6 @@ static int pbx_load_module(void)
if (con == NULL)
continue;
/* XXX indentation should be fixed for this block */
for (v = ast_variable_browse(cfg, cxt); v; v = v->next) {
if (!strcasecmp(v->name, "exten")) {
char *ext, *pri, *appl, *data, *cidmatch;