diff options
Diffstat (limited to 'indenters/example.php')
-rwxr-xr-x | indenters/example.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indenters/example.php b/indenters/example.php index 0aa1676..5817e49 100755 --- a/indenters/example.php +++ b/indenters/example.php @@ -1,4 +1,4 @@ -<?php
-if($code == BAD){$action = REWRITE;}else{$action = KEEP;}
-for($i=0; $i<10;$i++){while($j>0){$j++;doCall($i+$j);if($k){$k/=10;}}}
+<?php +if($code == BAD){$action = REWRITE;}else{$action = KEEP;} +for($i=0; $i<10;$i++){while($j>0){$j++;doCall($i+$j);if($k){$k/=10;}}} ?>
\ No newline at end of file |