From 4dccb58fb7f8fd8a2a0e5dba0f4d58b39c277022 Mon Sep 17 00:00:00 2001 From: Michiel van Baak Date: Sat, 9 Feb 2008 11:27:10 +0000 Subject: whitespace fixes only. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103249 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_exec.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/app_exec.c') diff --git a/apps/app_exec.c b/apps/app_exec.c index 441e81458..88c81822b 100644 --- a/apps/app_exec.c +++ b/apps/app_exec.c @@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/app.h" /* Maximum length of any variable */ -#define MAXRESULT 1024 +#define MAXRESULT 1024 /*! Note * @@ -76,7 +76,7 @@ static char *tryexec_descrip = static char *app_execif = "ExecIf"; static char *execif_synopsis = "Executes dialplan application, conditionally"; -static char *execif_descrip = +static char *execif_descrip = " ExecIF (?()[:()])\n" "If is true, execute and return the result of ().\n" "If is true, but is not found, then the application\n" @@ -90,7 +90,7 @@ static int exec_exec(struct ast_channel *chan, void *data) if (ast_strlen_zero(data)) return 0; - + s = ast_strdupa(data); args[0] = 0; appname = strsep(&s, "("); @@ -180,7 +180,7 @@ static int execif_exec(struct ast_channel *chan, void *data) *end = '\0'; } - if (pbx_checkcondition(expr.expr)) { + if (pbx_checkcondition(expr.expr)) { if (!ast_strlen_zero(apps.t) && (app = pbx_findapp(apps.t))) { res = pbx_exec(chan, app, S_OR(truedata, "")); } else { -- cgit v1.2.3