You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/09/10 08:39:44 UTC

[35/40] git commit: remove whitespaces

remove whitespaces


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/commit/6c77f697
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/6c77f697
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/6c77f697

Branch: refs/heads/4.4
Commit: 6c77f6970635aa39796ec17904f16137ec156271
Parents: 0c75dcc
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Tue Aug 19 20:19:38 2014 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Tue Aug 19 20:21:04 2014 -0400

----------------------------------------------------------------------
 source/events.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/6c77f697/source/events.rst
----------------------------------------------------------------------
diff --git a/source/events.rst b/source/events.rst
index 273435e..f25f9e0 100644
--- a/source/events.rst
+++ b/source/events.rst
@@ -144,11 +144,11 @@ changes can control the behaviour.
       
       If you want to use encrypted values for the username and password, you have to include a bean to pass those
       as variables from a credentials file.
-      
+
       A sample is given below
-      
+
       .. code:: bash
-      
+
          <beans xmlns="http://www.springframework.org/schema/beans"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:context="http://www.springframework.org/schema/context"
@@ -188,12 +188,12 @@ changes can control the behaviour.
       Create a new file in the same folder called ``cred.properties`` and the specify the values for username and password as jascrypt encrypted strings
 
       Sample, with ``guest`` as values for both fields:
-         
+
       .. code:: bash
-         
+
          username=nh2XrM7jWHMG4VQK18iiBQ==
          password=nh2XrM7jWHMG4VQK18iiBQ==
-         
+
 
 #. Restart the Management Server.