add a blank

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f9c5014d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f9c5014d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f9c5014d

Branch: refs/heads/trunk
Commit: f9c5014d061f3ad0d5e08ce56613810f0d6a5cf5
Parents: fffe7cd
Author: net613 <wuhen...@otcaix.iscas.ac.cn>
Authored: Wed Jun 15 11:36:20 2016 -0400
Committer: Anthony Shaw <anthonys...@apache.org>
Committed: Fri Jun 24 13:50:17 2016 +1000

----------------------------------------------------------------------
 example_aliyun_ecs.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f9c5014d/example_aliyun_ecs.py
----------------------------------------------------------------------
diff --git a/example_aliyun_ecs.py b/example_aliyun_ecs.py
index c7de072..c7f57f5 100644
--- a/example_aliyun_ecs.py
+++ b/example_aliyun_ecs.py
@@ -51,6 +51,7 @@ else:
     image = images[0]
 print('Use image %s' % image)
 
+       
 sgs = ecs.ex_list_security_groups()
 print('Found %d security groups' % len(sgs))
 if len(sgs) == 0:

Reply via email to