[asterisk-commits] rmudgett: trunk r168269 - /trunk/channels/chan_misdn.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 9 17:15:26 CST 2009


Author: rmudgett
Date: Fri Jan  9 17:15:26 2009
New Revision: 168269

URL: http://svn.digium.com/view/asterisk?view=rev&rev=168269
Log:
Spacing change

Modified:
    trunk/channels/chan_misdn.c

Modified: trunk/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_misdn.c?view=diff&rev=168269&r1=168268&r2=168269
==============================================================================
--- trunk/channels/chan_misdn.c (original)
+++ trunk/channels/chan_misdn.c Fri Jan  9 17:15:26 2009
@@ -1188,7 +1188,7 @@
 		e->command = "misdn show config";
 		e->usage =
 			"Usage: misdn show config [<port> | description <config element> | descriptions [general|ports]]\n"
-		        "       Use 0 for <port> to only print the general config.\n";
+			"       Use 0 for <port> to only print the general config.\n";
 		return NULL;
 	case CLI_GENERATE:
 		return complete_show_config(a);




More information about the asterisk-commits mailing list