~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bisect_multi.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
def bisect_multi_bytes(content_lookup, size, keys):
25
25
    """Perform bisection lookups for keys using byte based addressing.
26
 
    
 
26
 
27
27
    The keys are looked up via the content_lookup routine. The content_lookup
28
28
    routine gives bisect_multi_bytes information about where to keep looking up
29
29
    to find the data for the key, and bisect_multi_bytes feeds this back into