Cleanup whitespace in source code
Reported by: |
Ryan J Ollos |
Owned by: |
Ryan J Ollos |
Priority:
|
normal
|
Milestone:
|
1.0.2
|
Component:
|
general
|
Version:
|
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
|
Branch:
|
|
Release Notes:
|
Fixed indentation and trimmed whitespace using reindent.py .
|
API Changes:
|
|
Internal Changes:
|
|
I've seen that there has been a whitespace cleanup in the source code previously in [11490] and [11493]. When I ran reindent.py on the source directory it found a few additional lines to cleanup. The only significant issues were 2, 3 and 5 space indentation. I'll post the changes here for review before committing. Perhaps we could add this step to a release checklist?
/usr/share/doc/python2.6/examples/Tools/scripts/reindent.py -r -n .
It seems better to run this separately on the 1.0-stable branch and trunk, but let me know if you feel differently.
Change History
(4)
Description: |
modified (diff)
|
Release Notes: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Proposed changes are: