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