mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user