Completed
Pull Request — master (#7678)
by Julius
74:16 queued 49:07
created
apps/files_sharing/templates/authenticate.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2
-	/** @var $_ array */
3
-	/** @var $l \OCP\IL10N */
4
-	style('core', 'guest');
5
-	style('files_sharing', 'authenticate');
6
-	script('files_sharing', 'authenticate'); 
2
+    /** @var $_ array */
3
+    /** @var $l \OCP\IL10N */
4
+    style('core', 'guest');
5
+    style('files_sharing', 'authenticate');
6
+    script('files_sharing', 'authenticate'); 
7 7
 ?>
8 8
 <form method="post">
9 9
 	<fieldset class="warning">
Please login to merge, or discard this patch.