Whitespace changes only

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-03-04 23:04:29 +00:00
parent 96e04792bd
commit cfc1df4c1a
32 changed files with 536 additions and 650 deletions

View File

@@ -228,7 +228,7 @@ void __ast_module_user_hangup_all(struct ast_module *mod)
}
AST_LIST_UNLOCK(&mod->users);
ast_update_use_count();
ast_update_use_count();
}
/*! \note
@@ -722,11 +722,11 @@ static enum ast_module_load_result load_resource(const char *resource_name, unsi
int ast_load_resource(const char *resource_name)
{
AST_LIST_LOCK(&module_list);
load_resource(resource_name, 0);
AST_LIST_UNLOCK(&module_list);
AST_LIST_LOCK(&module_list);
load_resource(resource_name, 0);
AST_LIST_UNLOCK(&module_list);
return 0;
return 0;
}
struct load_order_entry {