mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 21:19:09 +00:00
fix formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -229,7 +229,8 @@ static int realtime_exec(struct ast_channel *chan, const char *context, const ch
|
|||||||
static int realtime_matchmore(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data)
|
static int realtime_matchmore(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data)
|
||||||
{
|
{
|
||||||
REALTIME_COMMON(MODE_MATCHMORE);
|
REALTIME_COMMON(MODE_MATCHMORE);
|
||||||
if (var) ast_variables_destroy(var);
|
if (var)
|
||||||
|
ast_variables_destroy(var);
|
||||||
if (var)
|
if (var)
|
||||||
res = 1;
|
res = 1;
|
||||||
return res > 0 ? res : 0;
|
return res > 0 ? res : 0;
|
||||||
|
Reference in New Issue
Block a user