diff mercurial/hgweb.py @ 575:7f5ce4bbdd7b

More whitespace cleanups -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 More whitespace cleanups manifest hash: 6721a7b11295e0127386b080fd7a7b516ebced74 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxwm/ywK+sNU5EO8RAnl+AKCg/7ZCW7zIoG0nefksZzgLzgNmFACgnAFz ZkW0LyZcU/hkFgXoGwo7ktk= =AW+0 -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sat, 02 Jul 2005 13:40:15 -0800
parents cb7cd12e00f1
children df8a5a0098d4
line wrap: on
line diff
--- a/mercurial/hgweb.py	Sat Jul 02 13:39:40 2005 -0800
+++ b/mercurial/hgweb.py	Sat Jul 02 13:40:15 2005 -0800
@@ -1,7 +1,7 @@
 # hgweb.py - web interface to a mercurial repository
 #
 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
-# Copyright 2005 Matt Mackall <mpm@selenic.com> 
+# Copyright 2005 Matt Mackall <mpm@selenic.com>
 #
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
@@ -657,7 +657,7 @@
                 except KeyError:
                     write(self.search(hi))
                     return
-                
+
             write(self.changelog(hi))
 
         elif args['cmd'][0] == 'changeset':