Tabs vs. spaces.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Mon, 20 Jul 2009 23:28:12 +0000 (23:28 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Mon, 20 Jul 2009 23:28:12 +0000 (23:28 +0000)
plugins/sliverauth.py

index 2207dbe..1def33a 100644 (file)
@@ -37,7 +37,7 @@ def GetSlivers(plc, data, conf):
     for sliver in data['slivers']:
         found_hmac = False
         for attribute in sliver['attributes']:
-           name = attribute.get('tagname',attribute.get('name',''))
+            name = attribute.get('tagname',attribute.get('name',''))
             if name == 'hmac':
                 found_hmac = True
                 hmac = attribute['value']