Tabs vs. spaces.
[nodemanager.git] / 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']