mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
284b3e77e0
commit
164da05ead
@ -45,7 +45,7 @@ def b2a(os):
|
||||
def b2a_or_none(os):
|
||||
if os is not None:
|
||||
return b2a(os)
|
||||
|
||||
|
||||
def b2a_l(os, lengthinbits):
|
||||
"""
|
||||
@param os the data to be encoded (a string)
|
||||
|
Loading…
Reference in New Issue
Block a user