Changes between Initial Version and Version 1 of Ticket #7445, comment 18
- Timestamp:
- May 19, 2011, 1:35:37 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7445, comment 18
initial v1 1 I have m ode the changes as follows:1 I have made the changes as follows: 2 2 3 3 Strictly enforced the 80 char line limit where it failed previously. 4 4 5 Found several location where the opening stanza was on the line instead of on the same line of a conditional statement.5 Found several location where the opening stanza was on the next line instead of on the same line of a conditional statement. 6 6 7 7 Found a single place in all the code where variables were allocated at the opening of a function.