trailing-whitespace eradication, no functional changes

This commit is contained in:
Brian Warner 2007-11-01 15:33:41 -07:00
parent ef546da72b
commit 9cd3eaec1e

View File

@ -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)