]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trailing-whitespace eradication, no functional changes
authorBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:25:12 +0000 (15:25 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:25:12 +0000 (15:25 -0700)
src/allmydata/util/idlib.py

index 75b92aa1fa3d2e86b21c766a8843ae4cd4e3887e..caf0c16e45a053ebf41e226b6cb8356695406b34 100644 (file)
@@ -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)