From: Josh Karlin Date: Thu, 20 May 2010 21:12:26 +0000 (+0000) Subject: fixing up whitespace X-Git-Tag: geni-apiv1-totrunk~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=42c918c020557645c2e388ee62c2840565a80af7;p=sfa.git fixing up whitespace --- diff --git a/sfa/trust/gid.py b/sfa/trust/gid.py index c8534dcd..99fa0314 100644 --- a/sfa/trust/gid.py +++ b/sfa/trust/gid.py @@ -116,9 +116,9 @@ class GID(Certificate): urn = hrn_to_urn(self.hrn, None) str = "URI:" + urn - - if self.uuid: - str += ", " + "URI:" + uuid.UUID(int=self.uuid).urn + + if self.uuid: + str += ", " + "URI:" + uuid.UUID(int=self.uuid).urn self.set_data(str, 'subjectAltName')