[Home]

Summary:ASTERISK-04113: [patch] Formatting changes of chan_sip.c
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-05-08 14:51:09Date Closed:2008-01-15 15:34:36.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) sipformatting.txt
Description:This patch changes formatting of functions and changes some error messages. Peer review welcome.

This was inspired by message on the -dev mailing list. Trying to remove constructs like

if (boo) {
 a lot of lines
} else
 return false;

Disclaimer on file.
Comments:By: Kevin P. Fleming (kpfleming) 2005-05-15 00:12:41

Committed to CVS HEAD, thanks! (And I'm glad to see someone doing this,,. there's a lot more code in Asterisk that could use intelligent reformatting).

By: Digium Subversion (svnbot) 2008-01-15 15:34:36.000-0600

Repository: asterisk
Revision: 5668

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r5668 | kpfleming | 2008-01-15 15:34:35 -0600 (Tue, 15 Jan 2008) | 2 lines

code formatting cleanup (bug ASTERISK-4113)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5668