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
1.4
Olle Johansson 20 years ago
parent aa029f44f0
commit 16728da6a7

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

Loading…
Cancel
Save