mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Remove tabs from comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1676,10 +1676,10 @@ void ast_builtins_init(void)
|
||||
* 1 on match of a full word.
|
||||
*
|
||||
* The pattern can be
|
||||
* any_word match for equal
|
||||
* [foo|bar|baz] optionally, one of these words
|
||||
* {foo|bar|baz} exactly, one of these words
|
||||
* % any word
|
||||
* any_word match for equal
|
||||
* [foo|bar|baz] optionally, one of these words
|
||||
* {foo|bar|baz} exactly, one of these words
|
||||
* % any word
|
||||
*/
|
||||
static int word_match(const char *cmd, const char *cli_word)
|
||||
{
|
||||
|
Reference in New Issue
Block a user