From 3f43ede70ceae73406ff940309f4e1c38af0f92d Mon Sep 17 00:00:00 2001 From: Jure Triglav Date: Thu, 10 Jan 2013 16:21:18 +0100 Subject: [PATCH] Fix indentation --- library/ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ec2 b/library/ec2 index b3bc521825f..eb9100ecc49 100644 --- a/library/ec2 +++ b/library/ec2 @@ -181,7 +181,7 @@ def main(): d = { 'id': inst.id, 'public_ip': inst.ip_address, - 'public_dns_name': inst.public_dns_name + 'public_dns_name': inst.public_dns_name } instances.append(d)