diff mercurial/patch.py @ 7670:e5f445c94226

kill some trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 19 Jan 2009 12:59:56 +0100
parents 3cc74ee75b0d
children 3793802ea41b fb0776fe3e38
line wrap: on
line diff
--- a/mercurial/patch.py	Mon Jan 19 12:58:01 2009 +0100
+++ b/mercurial/patch.py	Mon Jan 19 12:59:56 2009 +0100
@@ -1359,7 +1359,7 @@
             adds += 1
         elif line.startswith('-') and not line.startswith('---'):
             removes += 1
-    if filename: 
+    if filename:
         yield (filename, adds, removes)
 
 def diffstat(lines):