From: Luigi Rizzo Date: Mon, 22 May 2006 02:16:04 +0000 (+0000) Subject: fix indentation to make a table more readable X-Git-Tag: 1.4.0-beta1~1276 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c76882a94ad5ee9594b484aac712e301f6c08a7e;p=thirdparty%2Fasterisk.git fix indentation to make a table more readable git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29328 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index bb57c49d66..404b348699 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3322,20 +3322,20 @@ static const char *find_alias(const char *name, const char *_default) 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" },