You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2017/12/21 14:54:48 UTC

[sling-site] 02/02: Tabs to spaces

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 5eea989a0eee1183665e264a4a1ffd362e83fc17
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Dec 21 15:54:20 2017 +0100

    Tabs to spaces
---
 .../bundles/repository-initialization.md           | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles/repository-initialization.md b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index 68975f3..770a01d 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -77,18 +77,18 @@ The language is self-explaining but please refer to the actual test cases for de
     end
 	
     set ACL for restrictions_examples
-	    deny jcr:modifyProperties on /apps, /content nodetypes sling:Folder, nt:unstructured restriction(rep:itemNames,prop1,prop2)
-	    allow jcr:addChildNodes on /apps restriction(rep:ntNames,sling:Folder,nt:unstructured)
-	    allow jcr:modifyProperties on /apps restriction(rep:ntNames,sling:Folder,nt:unstructured) restriction(rep:itemNames,prop1,prop2)
-	    allow jcr:addChildNodes on /apps,/content restriction(rep:glob,/cat/*,*/cat,*cat/*)
-
-            # empty rep:glob means "apply to this node but not its children"
-            # (requires o.a.s.jcr.repoinit 1.1.8)
-            allow jcr:something on / restriction(rep:glob)
-	end
-
-	# Set repository level ACL
-	# Setting repository level ACL require
+        deny jcr:modifyProperties on /apps, /content nodetypes sling:Folder, nt:unstructured restriction(rep:itemNames,prop1,prop2)
+        allow jcr:addChildNodes on /apps restriction(rep:ntNames,sling:Folder,nt:unstructured)
+        allow jcr:modifyProperties on /apps restriction(rep:ntNames,sling:Folder,nt:unstructured) restriction(rep:itemNames,prop1,prop2)
+        allow jcr:addChildNodes on /apps,/content restriction(rep:glob,/cat/*,*/cat,*cat/*)
+
+        # empty rep:glob means "apply to this node but not its children"
+        # (requires o.a.s.jcr.repoinit 1.1.8)
+        allow jcr:something on / restriction(rep:glob)
+    end
+
+    # Set repository level ACL
+    # Setting repository level ACL require
     # o.a.s.repoinit.parser 1.2.0 and
     # o.a.s.jcr.repoinit 1.2.0
     set repository ACL for alice,bob

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.