aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-29 23:15:20 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-29 23:15:20 +0000
commit6f805da8aba882c2b9d547af5b2869c9e31b27a0 (patch)
tree9801a5147148fbf4a019d9fa7538b02cb1db7254 /main/cli.c
parent953f62cb298235a60ed428a3d22dbd04acc5bf5b (diff)
Remove tabs from comment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@172440 f38db490-d61c-443f-a65b-d21fe96a405b
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)
{