[asterisk-commits] rmudgett: trunk r172440 - /trunk/main/cli.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jan 29 17:15:21 CST 2009
Author: rmudgett
Date: Thu Jan 29 17:15:20 2009
New Revision: 172440
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=172440
Log:
Remove tabs from comment
Modified:
trunk/main/cli.c
Modified: trunk/main/cli.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/main/cli.c?view=diff&rev=172440&r1=172439&r2=172440
==============================================================================
--- trunk/main/cli.c (original)
+++ trunk/main/cli.c Thu Jan 29 17:15:20 2009
@@ -1676,10 +1676,10 @@
* 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)
{
More information about the asterisk-commits
mailing list