Passed
Push — release_2_1 ( a8ee7d...53e78a )
by Tomasz
09:23
created
web/admin/edit_profile_result.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -255,10 +255,10 @@  discard block
 block discarded – undo
255 255
                 switch ($orTest['level']) {
256 256
                     case \core\AbstractProfile::OVERALL_OPENROAMING_LEVEL_ERROR:
257 257
                         echo $uiElements->boxError($orTest['explanation']);
258
-                         break;
258
+                            break;
259 259
                     case \core\AbstractProfile::OVERALL_OPENROAMING_LEVEL_WARN:
260 260
                          echo $uiElements->boxWarning($orTest['explanation']);
261
-                         break;
261
+                            break;
262 262
                     case \core\AbstractProfile::OVERALL_OPENROAMING_LEVEL_NOTE:
263 263
                          echo $uiElements->boxRemark($orTest['explanation']);                    
264 264
                         break;
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
                         break;
268 268
                     default:
269 269
                         break;    
270
-                 }
270
+                    }
271 271
             }
272 272
                         
273 273
         }
Please login to merge, or discard this patch.