From: Brian Warner <warner@lothar.com>
Date: Fri, 18 Nov 2011 00:18:28 +0000 (+0000)
Subject: more tiny buildbot-testing whitespace changes
X-Git-Url: https://git.rkrishnan.org/%5B/cyclelanguage?a=commitdiff_plain;h=d6925dcc01950b3624be82d23bc7e3b29214c8b2;p=tahoe-lafs%2Ftahoe-lafs.git

more tiny buildbot-testing whitespace changes
---

diff --git a/src/allmydata/mutable/checker.py b/src/allmydata/mutable/checker.py
index 62a2df28..ea288a07 100644
--- a/src/allmydata/mutable/checker.py
+++ b/src/allmydata/mutable/checker.py
@@ -71,12 +71,12 @@ class MutableChecker:
         # downloader. I bet we could pass the downloader a flag that
         # makes it do this, and piggyback onto that instead of
         # duplicating a bunch of code.
-        # 
+        #
         # Like:
         #  r = Retrieve(blah, blah, blah, verify=True)
         #  d = r.download()
         #  (wait, wait, wait, d.callback)
-        #  
+        #
         #  Then, when it has finished, we can check the servermap (which
         #  we provided to Retrieve) to figure out which shares are bad,
         #  since the Retrieve process will have updated the servermap as
@@ -84,7 +84,7 @@ class MutableChecker:
         #
         #  By passing the verify=True flag to the constructor, we are
         #  telling the downloader a few things.
-        # 
+        #
         #  1. It needs to download all N shares, not just K shares.
         #  2. It doesn't need to decrypt or decode the shares, only
         #     verify them.