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 <[email protected]> Authored: Mon Aug 26 14:19:23 2013 +0200 Committer: Tomaz Muraus <[email protected]> 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),
