Passed
Push — master ( 4e588a...b89dca )
by Tim
02:40
created
lib/Auth/Process/ExpiryWarning.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
         if (
76 76
             !isset($_SERVER['SSL_CLIENT_CERT']) ||
77 77
             ($_SERVER['SSL_CLIENT_CERT'] == '')
78
-         ) {
78
+            ) {
79 79
             return;
80 80
         }
81 81
 
Please login to merge, or discard this patch.