]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trailing-whitespace eradication, no functional changes
authorBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:33:47 +0000 (15:33 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:33:47 +0000 (15:33 -0700)
src/allmydata/interfaces.py

index cc8574932252e23246ffbcc02ea43f2fd73ebef6..ec3e7a94f18034243564d0178b4758658edbd5a8 100644 (file)
@@ -705,7 +705,7 @@ class ICodecEncoder(Interface):
         """
 
     def encode(inshares, desired_share_ids=None):
-        """Encode some data. This may be called multiple times. Each call is 
+        """Encode some data. This may be called multiple times. Each call is
         independent.
 
         inshares is a sequence of length required_shares, containing buffers
@@ -748,9 +748,9 @@ class ICodecEncoder(Interface):
         integer, exactly as passed into 'desired_share_ids' (or
         range(max_shares), if desired_share_ids was not provided).
 
-        The shares and their corresponding shareids are required to be kept 
-        together during storage and retrieval. Specifically, the share data is 
-        useless by itself: the decoder needs to be told which share is which 
+        The shares and their corresponding shareids are required to be kept
+        together during storage and retrieval. Specifically, the share data is
+        useless by itself: the decoder needs to be told which share is which
         by providing it with both the shareid and the actual share data.
 
         This function will allocate an amount of memory roughly equal to::