[svn-commits] trunk r29328 - /trunk/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun May 21 19:16:05 MST 2006


Author: rizzo
Date: Sun May 21 21:16:04 2006
New Revision: 29328

URL: http://svn.digium.com/view/asterisk?rev=29328&view=rev
Log:
fix indentation to make a table more readable


Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=29328&r1=29327&r2=29328&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Sun May 21 21:16:04 2006
@@ -3322,20 +3322,20 @@
 		char * const fullname;
 		char * const shortname;
 	} aliases[] = {
-		{ "Content-Type", "c" },
-		{ "Content-Encoding", "e" },
-		{ "From", "f" },
-		{ "Call-ID", "i" },
-		{ "Contact", "m" },
-		{ "Content-Length", "l" },
-		{ "Subject", "s" },
-		{ "To", "t" },
-		{ "Supported", "k" },
-		{ "Refer-To", "r" },
-		{ "Referred-By", "b" },
-		{ "Allow-Events", "u" },
-		{ "Event", "o" },
-		{ "Via", "v" },
+		{ "Content-Type",	 "c" },
+		{ "Content-Encoding",	 "e" },
+		{ "From",		 "f" },
+		{ "Call-ID",		 "i" },
+		{ "Contact",		 "m" },
+		{ "Content-Length",	 "l" },
+		{ "Subject",		 "s" },
+		{ "To",			 "t" },
+		{ "Supported",		 "k" },
+		{ "Refer-To",		 "r" },
+		{ "Referred-By",	 "b" },
+		{ "Allow-Events",	 "u" },
+		{ "Event",		 "o" },
+		{ "Via",		 "v" },
 		{ "Accept-Contact",      "a" },
 		{ "Reject-Contact",      "j" },
 		{ "Request-Disposition", "d" },



More information about the svn-commits mailing list