diff mercurial/hgweb/common.py @ 5760:0145f9afb0e7

Removed tabs and trailing whitespace in python files
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 29 Dec 2007 19:49:48 +0100
parents d61fea133f2d
children e9f68860d5ed
line wrap: on
line diff
--- a/mercurial/hgweb/common.py	Sat Dec 29 01:14:45 2007 +0100
+++ b/mercurial/hgweb/common.py	Sat Dec 29 19:49:48 2007 +0100
@@ -21,7 +21,7 @@
     from BaseHTTPServer import BaseHTTPRequestHandler
     responses = BaseHTTPRequestHandler.responses
     return responses.get(code, ('Error', 'Unknown error'))[0]
-    
+
 def statusmessage(code):
     return '%d %s' % (code, _statusmessage(code))