From adf32284d786b12a252f5feb0f67a9bb65117b48 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 11 Feb 2008 18:27:47 +0000 Subject: Just some minor coding style cleanup... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103318 f38db490-d61c-443f-a65b-d21fe96a405b --- main/app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/app.c') diff --git a/main/app.c b/main/app.c index 696b22c6f..b70ef022f 100644 --- a/main/app.c +++ b/main/app.c @@ -1458,7 +1458,7 @@ static int option_matchmore(struct ast_ivr_menu *menu, char *option) static int read_newoption(struct ast_channel *chan, struct ast_ivr_menu *menu, char *exten, int maxexten) { - int res=0; + int res = 0; int ms; while (option_matchmore(menu, exten)) { ms = chan->pbx ? chan->pbx->dtimeout : 5000; @@ -1476,7 +1476,7 @@ static int read_newoption(struct ast_channel *chan, struct ast_ivr_menu *menu, c static int ast_ivr_menu_run_internal(struct ast_channel *chan, struct ast_ivr_menu *menu, void *cbdata) { /* Execute an IVR menu structure */ - int res=0; + int res = 0; int pos = 0; int retries = 0; char exten[AST_MAX_EXTENSION] = "s"; -- cgit v1.2.3