Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.1, 1.9.2, and 1.9.3

docdiff: cleanup trailing white space

Changeset 5057f100ba23

Parent 8f0f9fc0b692

by Steve Borho

Changes to one file · Browse files at 5057f100ba23 Showing diff from parent 8f0f9fc0b692 Diff from another changeset...

Change 1 of 1 Show Entire File win32/​docdiff.py Stacked
 
44
45
46
47
 
48
49
 
50
51
52
 
44
45
46
 
47
48
 
49
50
51
52
@@ -44,9 +44,9 @@
 def safe_encode(string, encoding):   if isinstance(string, unicode):   return string.encode(encoding) - +   return string - +  def main():   args = sys.argv[1:]   if len(args) not in (2, 4):