Browse code

Fixed formatting

Kevin Daub authored on 2013/06/11 12:22:47
Showing 1 changed files
... ...
@@ -598,9 +598,9 @@ def cmd_info(args):
598 598
                 output(u"   MD5 sum:   %s" % info['headers']['etag'].strip('"'))
599 599
 
600 600
                 if 'x-amz-server-side-encryption' in info['headers']:
601
-		 	output(u"   SSE:       %s" % info['headers']['x-amz-server-side-encryption'])
602
-		else:
603
-			output(u"   SSE:       NONE")		
601
+                    output(u"   SSE:       %s" % info['headers']['x-amz-server-side-encryption'])
602
+                else:
603
+                    output(u"   SSE:       NONE")		
604 604
 
605 605
             else:
606 606
                 info = s3.bucket_info(uri)