trailing-whitespace eradication, no functional changes

This commit is contained in:
Brian Warner 2007-11-01 15:22:38 -07:00
parent 1d8a4cdfe7
commit 1e76e9267b

View File

@ -219,7 +219,7 @@ class BlockDownloader:
self.vbucket = vbucket
self.blocknum = blocknum
self.parent = parent
def start(self, segnum):
d = self.vbucket.get_block(segnum)
d.addCallbacks(self._hold_block, self._got_block_error)