changeset 7434:cf7741aa1e96

kill some trailing spaces
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 27 Nov 2008 16:07:13 +0100
parents c4ce828e8074
children 5e13df32fb74
files hgext/inotify/__init__.py mercurial/hgweb/webcommands.py mercurial/templater.py
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/inotify/__init__.py	Thu Nov 27 01:35:12 2008 +0100
+++ b/hgext/inotify/__init__.py	Thu Nov 27 16:07:13 2008 +0100
@@ -53,7 +53,7 @@
         def status(self, match, ignored, clean, unknown=True):
             files = match.files()
             if '.' in files:
-                files = [] 
+                files = []
             try:
                 if not ignored and not self.inotifyserver:
                     result = client.query(ui, repo, files, match, False,
--- a/mercurial/hgweb/webcommands.py	Thu Nov 27 01:35:12 2008 +0100
+++ b/mercurial/hgweb/webcommands.py	Thu Nov 27 16:07:13 2008 +0100
@@ -562,7 +562,7 @@
                          "branch": webutil.nodebranchnodefault(ctx),
                          "inbranch": webutil.nodeinbranch(web.repo, ctx),
                          "branches": webutil.nodebranchdict(web.repo, ctx)})
-                     
+
         if limit > 0:
             l = l[:limit]
 
--- 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.'''