Passed
Push — teampass_3.0 ( b28540...71c6f8 )
by Nils
04:22
created
sources/main.functions.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -133,16 +133,16 @@  discard block
 block discarded – undo
133 133
 
134 134
     // Check if class already exists
135 135
     if (!class_exists('Defuse\Crypto\Crypto', false)) {
136
-		include_once $path . 'Crypto.php';
137
-		include_once $path . 'Encoding.php';
138
-		include_once $path . 'DerivedKeys.php';
139
-		include_once $path . 'Key.php';
140
-		include_once $path . 'KeyOrPassword.php';
141
-		include_once $path . 'File.php';
142
-		include_once $path . 'RuntimeTests.php';
143
-		include_once $path . 'KeyProtectedByPassword.php';
144
-		include_once $path . 'Core.php';
145
-	}
136
+        include_once $path . 'Crypto.php';
137
+        include_once $path . 'Encoding.php';
138
+        include_once $path . 'DerivedKeys.php';
139
+        include_once $path . 'Key.php';
140
+        include_once $path . 'KeyOrPassword.php';
141
+        include_once $path . 'File.php';
142
+        include_once $path . 'RuntimeTests.php';
143
+        include_once $path . 'KeyProtectedByPassword.php';
144
+        include_once $path . 'Core.php';
145
+    }
146 146
     
147 147
     // convert KEY
148 148
     $key = \Defuse\Crypto\Key::loadFromAsciiSafeString($ascii_key);
@@ -2236,7 +2236,7 @@  discard block
 block discarded – undo
2236 2236
  * <tt>exec("find ".$path." -type d -exec chmod 755 {} \;");</tt>
2237 2237
  *
2238 2238
  * @author Jeppe Toustrup (tenzer at tenzer dot dk)
2239
-  *
2239
+ *
2240 2240
  * @param string $path      An either relative or absolute path to a file or directory which should be processed.
2241 2241
  * @param int    $filePerm The permissions any found files should get.
2242 2242
  * @param int    $dirPerm  The permissions any found folder should get.
Please login to merge, or discard this patch.