mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 11:50:21 +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,
|
num_share_hashes,
|
||||||
EXTENSION_SIZE)
|
EXTENSION_SIZE)
|
||||||
self.allocated_size = as
|
self.allocated_size = as
|
||||||
|
|
||||||
self.blocksize = blocksize
|
self.blocksize = blocksize
|
||||||
self.num_segments = num_segments
|
self.num_segments = num_segments
|
||||||
self.num_share_hashes = num_share_hashes
|
self.num_share_hashes = num_share_hashes
|
||||||
@ -84,7 +84,7 @@ class PeerTracker:
|
|||||||
canary=Referenceable())
|
canary=Referenceable())
|
||||||
d.addCallback(self._got_reply)
|
d.addCallback(self._got_reply)
|
||||||
return d
|
return d
|
||||||
|
|
||||||
def _got_reply(self, (alreadygot, buckets)):
|
def _got_reply(self, (alreadygot, buckets)):
|
||||||
#log.msg("%s._got_reply(%s)" % (self, (alreadygot, buckets)))
|
#log.msg("%s._got_reply(%s)" % (self, (alreadygot, buckets)))
|
||||||
b = {}
|
b = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user