You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ud...@apache.org on 2015/06/04 11:20:46 UTC

[3/7] stratos git commit: fix indentation

fix indentation


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

Branch: refs/heads/master
Commit: 322dd17f459182c0554e0220bc815a36c62add80
Parents: 794097a
Author: anuruddhal <an...@gmail.com>
Authored: Wed Jun 3 18:03:21 2015 +0530
Committer: anuruddhal <an...@gmail.com>
Committed: Wed Jun 3 18:03:21 2015 +0530

----------------------------------------------------------------------
 .../src/main/python/cartridge.agent/cartridge.agent/agent.py       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/322dd17f/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/agent.py
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/agent.py b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/agent.py
index 39010db..0da1b18 100644
--- a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/agent.py
+++ b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/agent.py
@@ -128,7 +128,7 @@ class CartridgeAgent(threading.Thread):
         :return: void
         """
         self.__terminated = True
-        
+
     def register_instance_topic_listeners(self):
         self.__log.debug("Starting instance notifier event message receiver thread")