mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
ef546da72b
commit
9cd3eaec1e
@ -73,7 +73,7 @@ def construct(tuple):
|
||||
field = obj.keydata[i]
|
||||
setattr(obj, field, tuple[i])
|
||||
if len(tuple) >= 5:
|
||||
# Ensure p is smaller than q
|
||||
# Ensure p is smaller than q
|
||||
if obj.p>obj.q:
|
||||
(obj.p, obj.q)=(obj.q, obj.p)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user