diff mercurial/templater.py @ 7434:cf7741aa1e96

kill some trailing spaces
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 27 Nov 2008 16:07:13 +0100
parents 526c40a74bd0
children aa983c3d94a9
line wrap: on
line diff
--- a/mercurial/templater.py	Thu Nov 27 01:35:12 2008 +0100
+++ b/mercurial/templater.py	Thu Nov 27 16:07:13 2008 +0100
@@ -137,7 +137,7 @@
             stream = util.increasingchunks(stream, min=self.minchunk,
                                            max=self.maxchunk)
         return stream
-        
+
     def expand(self, t, **map):
         '''Perform expansion. t is name of map element to expand. map contains
         added elements for use during expansion. Is a generator.'''