summaryrefslogtreecommitdiff
path: root/main/loader.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-03-04 23:04:29 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-03-04 23:04:29 +0000
commitcfc1df4c1a5605bf57191dee4d137122cbafded7 (patch)
tree36a818ef47a50925ad9a7269bc290cb079783e52 /main/loader.c
parent96e04792bdb8aa2235f6a8b5b1a3e4204b78eacf (diff)
Whitespace changes only
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/loader.c')
-rw-r--r--main/loader.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/loader.c b/main/loader.c
index 94a806a5a..43d254c6f 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -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 {