From 3e8fa8ef829dde4f379d28751059f797751e5014 Mon Sep 17 00:00:00 2001
From: Hiroaki Nakamura <hnakamur@gmail.com>
Date: Thu, 12 May 2016 20:50:18 +0900
Subject: [PATCH] Fix indent

---
 cloud/lxd/lxd_container.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloud/lxd/lxd_container.py b/cloud/lxd/lxd_container.py
index 6aa7bdae703..8754b6f6eec 100644
--- a/cloud/lxd/lxd_container.py
+++ b/cloud/lxd/lxd_container.py
@@ -315,7 +315,7 @@ class LxdContainerManagement(object):
             "changed" : state_changed,
             "old_state" : self.old_state,
             "logs" : self.logs
-            }
+        }
         if self.addresses is not None:
             result_json['addresses'] = self.addresses
         self.module.exit_json(**result_json)