aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 15:38:00 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 15:38:00 +0000
commit78658ac7a95a4b80125d587e44ca47676a3d52e1 (patch)
tree8c2115fe7afb29525101fd15fdf38193c5fb389e /pbx
parent297cac0eb58a621c318ef0a6b7745e2cf3cef210 (diff)
We like tabs.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@120337 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 05184952b..a10978b36 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1331,7 +1331,7 @@ static char *handle_cli_dialplan_reload(struct ast_cli_entry *e, int cmd, struct
pbx_builtin_clear_globals();
pbx_load_module();
- ast_cli(a->fd, "Dialplan reloaded.\n");
+ ast_cli(a->fd, "Dialplan reloaded.\n");
return CLI_SUCCESS;
}