mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 03:07:59 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* \brief Stack applications Gosub, Return, etc.
|
||||
*
|
||||
* \author Tilghman Lesher <app_stack_v003@the-tilghman.com>
|
||||
*
|
||||
*
|
||||
* \ingroup applications
|
||||
*/
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
***/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
||||
|
||||
#include "asterisk/pbx.h"
|
||||
#include "asterisk/module.h"
|
||||
#include "asterisk/app.h"
|
||||
@@ -303,7 +303,7 @@ static void gosub_release_frame(struct ast_channel *chan, struct gosub_stack_fra
|
||||
*/
|
||||
while ((vardata = AST_LIST_REMOVE_HEAD(&frame->varshead, entries))) {
|
||||
if (chan)
|
||||
pbx_builtin_setvar_helper(chan, ast_var_name(vardata), NULL);
|
||||
pbx_builtin_setvar_helper(chan, ast_var_name(vardata), NULL);
|
||||
ast_var_delete(vardata);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user