summaryrefslogtreecommitdiff
path: root/main/cli.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2009-01-29 23:15:20 +0000
committerRichard Mudgett <rmudgett@digium.com>2009-01-29 23:15:20 +0000
commit3b08de23df4f784255d6d14c648c260c8b0ebb9a (patch)
tree9801a5147148fbf4a019d9fa7538b02cb1db7254 /main/cli.c
parent97b4e9cf2a3ab4e4fee3cc9a531c4cd8b50a87fa (diff)
Remove tabs from comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/cli.c')
-rw-r--r--main/cli.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/cli.c b/main/cli.c
index d04124429..0bf8151e6 100644
--- a/main/cli.c
+++ b/main/cli.c
@@ -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)
{