[Home]

Summary:ASTERISK-04614: [patch] Formatting pbx.c
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-07-18 15:51:42Date Closed:2008-01-15 15:41:53.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbxformat.txt
Description:Small format changes to pbx.c. As Kevin wrote, there's plenty of spaces out there that we can use :-)
Comments:By: Russell Bryant (russell) 2005-07-18 16:25:58

there is one little accidental code change in there ...

- offset=-strlen(*ret);
+ offset = strlen(*ret);

By: Russell Bryant (russell) 2005-07-18 16:27:01

As a sidenote, the '-w' option to diff is helpful in determining which lines have changes that are not whitespace changes only.

By: Olle Johansson (oej) 2005-07-19 02:53:10

Thanks for spotting that!

By: Russell Bryant (russell) 2005-07-19 09:40:21

did you mean to put up a new patch?  ;)

By: Olle Johansson (oej) 2005-07-19 09:52:09

New file uploaded :-)

By: Russell Bryant (russell) 2005-07-19 11:47:21

added to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:41:53.000-0600

Repository: asterisk
Revision: 6162

U   trunk/pbx.c

------------------------------------------------------------------------
r6162 | russell | 2008-01-15 15:41:52 -0600 (Tue, 15 Jan 2008) | 2 lines

formatting fixes (bug ASTERISK-4614)

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

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