]> 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:33:41 +0000 (15:33 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:33:41 +0000 (15:33 -0700)
src/allmydata/Crypto/PublicKey/RSA.py

index 6453373f53fd6f30d6fcd0bd1af4565cd0366c32..b85e3b3aafb9950fa84c5da464e0e28436bc9b85 100644 (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)