You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/08/26 14:26:40 UTC

[2/4] git commit: Fix indentation.

Fix indentation.


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

Branch: refs/heads/trunk
Commit: 7a923be5bd3b3c95e567447f1e35c31abbab5b57
Parents: 50a737e
Author: Tomaz Muraus <to...@apache.org>
Authored: Mon Aug 26 14:19:23 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Mon Aug 26 14:19:23 2013 +0200

----------------------------------------------------------------------
 libcloud/compute/drivers/opsource.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/7a923be5/libcloud/compute/drivers/opsource.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/opsource.py b/libcloud/compute/drivers/opsource.py
index 0b7b57e..8b4fa23 100644
--- a/libcloud/compute/drivers/opsource.py
+++ b/libcloud/compute/drivers/opsource.py
@@ -579,7 +579,7 @@ class OpsourceNodeDriver(NodeDriver):
             'status': status,
         }
 
-	public_ip = findtext(element, 'publicIpAddress', SERVER_NS)
+        public_ip = findtext(element, 'publicIpAddress', SERVER_NS)
 
         n = Node(id=findtext(element, 'id', SERVER_NS),
                  name=findtext(element, 'name', SERVER_NS),