From: Richard Mudgett Date: Thu, 29 Jan 2009 23:15:20 +0000 (+0000) Subject: Remove tabs from comment X-Git-Tag: 1.6.2.0-beta1~326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b08de23df4f784255d6d14c648c260c8b0ebb9a;p=thirdparty%2Fasterisk.git Remove tabs from comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172440 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/cli.c b/main/cli.c index d041244298..0bf8151e6c 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) {