From cfc1df4c1a5605bf57191dee4d137122cbafded7 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 4 Mar 2008 23:04:29 +0000 Subject: Whitespace changes only git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105840 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/manager.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main/manager.c') diff --git a/main/manager.c b/main/manager.c index f8267a4ca..da583155d 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1354,10 +1354,10 @@ static int action_updateconfig(struct mansession *s, const struct message *m) astman_send_error(s, m, "Filename not specified"); return 0; } - if (!(cfg = ast_config_load(sfn, config_flags))) { - astman_send_error(s, m, "Config file not found"); - return 0; - } + if (!(cfg = ast_config_load(sfn, config_flags))) { + astman_send_error(s, m, "Config file not found"); + return 0; + } result = handle_updates(s, m, cfg, dfn); if (!result) { ast_include_rename(cfg, sfn, dfn); /* change the include references from dfn to sfn, so things match up */ -- cgit v1.2.3