mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief Channel group related dialplan functions
|
||||
*
|
||||
*
|
||||
* \ingroup functions
|
||||
*/
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
<para><replaceable>category</replaceable> can be employed for more fine grained group management. Each channel
|
||||
<para><replaceable>category</replaceable> can be employed for more fine grained group management. Each channel
|
||||
can only be member of exactly one group per <replaceable>category</replaceable>.</para>
|
||||
</description>
|
||||
</function>
|
||||
@@ -193,14 +193,14 @@ static int group_function_read(struct ast_channel *chan, const char *cmd,
|
||||
if (!ast_strlen_zero(gi->category) && !strcasecmp(gi->category, data))
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
if (gi) {
|
||||
ast_copy_string(buf, gi->group, len);
|
||||
ret = 0;
|
||||
}
|
||||
|
||||
|
||||
ast_app_group_list_unlock();
|
||||
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
@@ -265,7 +265,7 @@ static int group_list_function_read(struct ast_channel *chan, const char *cmd,
|
||||
snprintf(tmp1, sizeof(tmp1), "%s", gi->group);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
ast_app_group_list_unlock();
|
||||
|
||||
ast_copy_string(buf, tmp1, len);
|
||||
|
||||
Reference in New Issue
Block a user