mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
d06d4f302f
commit
828e2734e6
@ -49,7 +49,7 @@ class PeerTracker:
|
||||
num_share_hashes,
|
||||
EXTENSION_SIZE)
|
||||
self.allocated_size = as
|
||||
|
||||
|
||||
self.blocksize = blocksize
|
||||
self.num_segments = num_segments
|
||||
self.num_share_hashes = num_share_hashes
|
||||
@ -84,7 +84,7 @@ class PeerTracker:
|
||||
canary=Referenceable())
|
||||
d.addCallback(self._got_reply)
|
||||
return d
|
||||
|
||||
|
||||
def _got_reply(self, (alreadygot, buckets)):
|
||||
#log.msg("%s._got_reply(%s)" % (self, (alreadygot, buckets)))
|
||||
b = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user