]> granicus.if.org Git - python/commit
SF bug #497839: reindent chokes on empty first lines.
authorTim Peters <tim.peters@gmail.com>
Sun, 17 Feb 2002 07:03:05 +0000 (07:03 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 17 Feb 2002 07:03:05 +0000 (07:03 +0000)
commit54e5b89d77ca81f7d81010de288fb5c7d266af94
tree307d3f748d1fe7294b49d941676c800093c2daf2
parent41d97d677761032a12b1efdf1f61bec6b0b37235
SF bug #497839:  reindent chokes on empty first lines.
Reindenter.run():  copy over initial all-whitespace lines (if any, and
after normalizing to remove trailing blanks and tabs).
Bugfix candidate.
Tools/scripts/reindent.py