From ce3d56920b15facbb64b3caf0d823a3f57c0dded Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 22 Dec 2017 09:14:07 -0500 Subject: Remove as much trailing whitespace as possible. Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0 --- include/asterisk/agi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/agi.h') diff --git a/include/asterisk/agi.h b/include/asterisk/agi.h index 329521aeb..cb80f9570 100644 --- a/include/asterisk/agi.h +++ b/include/asterisk/agi.h @@ -41,7 +41,7 @@ typedef struct agi_state { typedef struct agi_command { const char * const cmda[AST_MAX_CMD_LEN]; /*!< Null terminated list of the words of the command */ - /*! Handler for the command (channel, AGI state, # of arguments, argument list). + /*! Handler for the command (channel, AGI state, # of arguments, argument list). Returns RESULT_SHOWUSAGE for improper arguments */ int (* const handler)(struct ast_channel *chan, AGI *agi, int argc, const char * const argv[]); /*! Summary of the command (< 60 characters) */ -- cgit v1.2.3