[Home]

Summary:ASTERISK-03844: [patch] Asteriskify the formatting of jitterbuf.c
Reporter:Russell Bryant (russell)Labels:
Date Opened:2005-04-02 17:35:39.000-0600Date Closed:2011-06-07 14:11:58
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) jitterformat.txt
Description:This patch only contains formatting changes to comply with the coding guidelines.

The changes are essentially changing spaces to tabs, and changing if statements to be "if (blah)" instead of "if(blah)" and ensures that they are put on more than one line (i.e. not if (blah) foo();")

****** ADDITIONAL INFORMATION ******

disclaimer is on file
Comments:By: Kevin P. Fleming (kpfleming) 2005-04-02 17:38:36.000-0600

Committed to CVS, thanks!

By: Kevin P. Fleming (kpfleming) 2005-04-02 17:38:52.000-0600

Not for stable.

By: Russell Bryant (russell) 2005-04-02 17:40:03.000-0600

no karma, I see how it is   :p

By: Digium Subversion (svnbot) 2008-01-15 15:30:09.000-0600

Repository: asterisk
Revision: 5363

U   trunk/jitterbuf.c

------------------------------------------------------------------------
r5363 | kpfleming | 2008-01-15 15:30:09 -0600 (Tue, 15 Jan 2008) | 2 lines

clean up formatting (bug ASTERISK-3844)

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

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