From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 5 Sep 2013 18:05:32 +0000 (+0100)
Subject: Fri Nov 18 00:20:41 GMT 2011  warner@lothar.com
X-Git-Url: https://git.rkrishnan.org/vdrive/index.html?a=commitdiff_plain;h=0d904a4a0e321ed5679bc88ba38d9af86b838fe7;p=tahoe-lafs%2Ftahoe-lafs.git

Fri Nov 18 00:20:41 GMT 2011  warner@lothar.com
  * more tiny buildbot-testing whitespace changes
---

diff --git a/src/allmydata/mutable/filenode.py b/src/allmydata/mutable/filenode.py
index d11b6403..61ccd39c 100644
--- a/src/allmydata/mutable/filenode.py
+++ b/src/allmydata/mutable/filenode.py
@@ -643,7 +643,7 @@ class MutableFileNode:
     #def set_version(self, version):
         # I can be set in two ways:
         #  1. When the node is created.
-        #  2. (for an existing share) when the Servermap is updated 
+        #  2. (for an existing share) when the Servermap is updated
         #     before I am read.
     #    assert version in (MDMF_VERSION, SDMF_VERSION)
     #    self._protocol_version = version
@@ -1054,7 +1054,7 @@ class MutableFileVersion:
         log.msg("got %d old segments, %d new segments" % \
                         (num_old_segments, num_new_segments))
 
-        # We do a whole file re-encode if the file is an SDMF file. 
+        # We do a whole file re-encode if the file is an SDMF file.
         if self._version[2]: # version[2] == SDMF salt, which MDMF lacks
             log.msg("doing re-encode instead of in-place update")
             return self._do_modify_update(data, offset)