mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Whitespace changes only
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user