From: Brian Warner <warner@allmydata.com>
Date: Thu, 1 Nov 2007 22:34:07 +0000 (-0700)
Subject: trailing-whitespace eradication, no functional changes
X-Git-Tag: allmydata-tahoe-0.7.0~310
X-Git-Url: https://git.rkrishnan.org/simplejson/frontends?a=commitdiff_plain;h=e304c74f8f67e11fea53dff534a9ff71172b72cb;p=tahoe-lafs%2Ftahoe-lafs.git

trailing-whitespace eradication, no functional changes
---

diff --git a/src/allmydata/scripts/tahoe_put-web2ish.py b/src/allmydata/scripts/tahoe_put-web2ish.py
index 4990ebdc..6dceaee2 100644
--- a/src/allmydata/scripts/tahoe_put-web2ish.py
+++ b/src/allmydata/scripts/tahoe_put-web2ish.py
@@ -89,7 +89,7 @@ def _put(serverurl, vdrive_fname, local_fname, verbosity):
 def put(server, vdrive_fname, local_fname, verbosity):
     """
     This starts the reactor, does the PUT command, waits for the result, stops
-    the reactor, and returns the exit code. 
+    the reactor, and returns the exit code.
 
     @param verbosity: 0, 1, or 2, meaning quiet, verbose, or very verbose