]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trailing-whitespace eradication, no functional changes
authorBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:22:41 +0000 (15:22 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:22:41 +0000 (15:22 -0700)
src/allmydata/manhole.py

index 0015eed960baa5cf7e53b8353bdbd2060394af09..1d6121dc0334636b589c6bb78dbfa10874518e27 100644 (file)
@@ -45,7 +45,7 @@ class chainedProtocolFactory:
     # chainedProtocolFactory()
     def __init__(self, namespace):
         self.namespace = namespace
-    
+
     def __call__(self):
         return insults.ServerProtocol(manhole.ColoredManhole, self.namespace)