From 7924f5ac21be2f96f9355092be3680739a789289 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Fri, 14 Dec 2007 02:06:09 -0700
Subject: [PATCH] test_web.py: cosmetic, remove leftover trailing space

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

diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py
index 50623334..5a677157 100644
--- a/src/allmydata/test/test_web.py
+++ b/src/allmydata/test/test_web.py
@@ -911,7 +911,7 @@ class Web(WebMixin, unittest.TestCase):
         return d
 
     def test_POST_upload_no_link_whendone(self):
-        d = self.POST("/uri/", t="upload", when_done="/", 
+        d = self.POST("/uri/", t="upload", when_done="/",
                       file=("new.txt", self.NEWFILE_CONTENTS))
         d.addBoth(self.shouldRedirect, "/")
         # XXX Test that resulting welcome page has a "most recent
-- 
2.45.2