From c3c0dfb34018f3950b76e9644dfd69026d033b38 Mon Sep 17 00:00:00 2001
From: Daniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Date: Mon, 20 Jul 2009 23:28:12 +0000
Subject: [PATCH] Tabs vs. spaces.

---
 plugins/sliverauth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/sliverauth.py b/plugins/sliverauth.py
index 2207dbe..1def33a 100644
--- a/plugins/sliverauth.py
+++ b/plugins/sliverauth.py
@@ -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']
-- 
2.47.0