Passed
Push — master ( c68f91...c4765b )
by mazen
01:17
created
index.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -97,9 +97,9 @@
 block discarded – undo
97 97
   The execution generated the following files :
98 98
   <ul>
99 99
     <?php
100
-      foreach ($viewData as $kind => $result) {
101
-          echo '<li>'. craftResultString($kind, $result) .'</li>';
102
-      }
100
+        foreach ($viewData as $kind => $result) {
101
+            echo '<li>'. craftResultString($kind, $result) .'</li>';
102
+        }
103 103
     ?>
104 104
   </ul>
105 105
 
Please login to merge, or discard this patch.