~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to colordiff.py

  • Committer: Charlie Shepherd
  • Date: 2007-04-04 18:12:00 UTC
  • mto: This revision was merged to the branch mainline in revision 538.
  • Revision ID: masterdriverz@gentoo.org-20070404181200-wqiwytdor9srux2v
Remove all trailing whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        self.added_trailing_whitespace = 0
58
58
        self.spurious_whitespace = 0
59
59
        self.long_lines = 0
60
 
        self.max_line_len = 79 
 
60
        self.max_line_len = 79
61
61
        self._new_lines = []
62
62
        self._old_lines = []
63
63
        self.check_style = check_style