[asterisk-bugs] [Asterisk 0015678]: [patch] IF ELSE and WHILE braces, plus white space cleanup
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Aug 11 14:21:22 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15678
======================================================================
Reported By: alecdavis
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 15678
Category: Channels/chan_dahdi
Reproducibility: always
Severity: text
Priority: normal
Status: assigned
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 211197
Request Review:
======================================================================
Date Submitted: 2009-08-08 04:51 CDT
Last Modified: 2009-08-11 14:21 CDT
======================================================================
Summary: [patch] IF ELSE and WHILE braces, plus white space
cleanup
Description:
Other clean up was <pre>
if (a)
return 1;
else
return 2;
generally became;
if (a) {
return 1;
}
return 2;</pre>
======================================================================
----------------------------------------------------------------------
(0108917) jpeeler (administrator) - 2009-08-11 14:21
https://issues.asterisk.org/view.php?id=15678#c108917
----------------------------------------------------------------------
I said I would merge this, but actually I'm going to hold off until I can
do a line by line comparison in sig_analog to make sure nothing has been
forgotten. (Has already been mostly done in sig_pri.) Merging this now
would just make that comparison harder.
Issue History
Date Modified Username Field Change
======================================================================
2009-08-11 14:21 jpeeler Note Added: 0108917
======================================================================
More information about the asterisk-bugs
mailing list