]> 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:22:57 +0000 (15:22 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:22:57 +0000 (15:22 -0700)
src/allmydata/interfaces.py

index 8aec8a881ca2b32a9b847a0e660bf785c7416bbe..cc8574932252e23246ffbcc02ea43f2fd73ebef6 100644 (file)
@@ -231,7 +231,7 @@ class IStorageBucketWriter(Interface):
         """
         @return: a Deferred that fires (with None) when the operation completes
         """
-        
+
     def put_share_hashes(sharehashes=ListOf(TupleOf(int, Hash),
                                             maxLength=2**20)):
         """