Passed
Push — development ( 245748...39d022 )
by Nils
07:34
created
sources/main.queries.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
                     logEvents('user_mngt', 'at_user_pwd_changed', $_SESSION['user_id'], $_SESSION['login'], $_SESSION['user_id']);
201 201
                     echo '[ { "error" : "none" } ]';
202 202
                 } else {
203
-                     echo '[ { "error" : "pwd_hash_not_correct" } ]';
203
+                        echo '[ { "error" : "pwd_hash_not_correct" } ]';
204 204
                 }
205 205
                 break;
206 206
 
@@ -1403,7 +1403,7 @@  discard block
 block discarded – undo
1403 1403
 
1404 1404
                 // Update session
1405 1405
                 if ($field === 'user_api_key') {
1406
-                  $_SESSION['user_settings']['api-key'] = $new_value;
1406
+                    $_SESSION['user_settings']['api-key'] = $new_value;
1407 1407
                 }
1408 1408
             break;
1409 1409
     }
Please login to merge, or discard this patch.