trailing-whitespace eradication, no functional changes

This commit is contained in:
Brian Warner 2007-11-01 15:25:09 -07:00
parent 1889af0e61
commit 284b3e77e0

View File

@ -9,7 +9,7 @@ def tagged_hash(tag, val):
s.update(netstring(tag))
s.update(val)
return s.digest()
def tagged_pair_hash(tag, val1, val2):
s = SHA256.new()
s.update(netstring(tag))