From d06d4f302f58f139645ef24005c9c4427b131608 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 1 Nov 2007 15:22:41 -0700
Subject: [PATCH] trailing-whitespace eradication, no functional changes

---
 src/allmydata/manhole.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/manhole.py b/src/allmydata/manhole.py
index 0015eed9..1d6121dc 100644
--- a/src/allmydata/manhole.py
+++ b/src/allmydata/manhole.py
@@ -45,7 +45,7 @@ class chainedProtocolFactory:
     # chainedProtocolFactory()
     def __init__(self, namespace):
         self.namespace = namespace
-    
+
     def __call__(self):
         return insults.ServerProtocol(manhole.ColoredManhole, self.namespace)
 
-- 
2.45.2