Minor spacing consistency

This commit is contained in:
Malcolm Fell 2013-06-30 12:27:38 +12:00
parent 5af1b4470c
commit 07bc89d1b3

View File

@ -303,7 +303,7 @@ while ($i < 5) {
break; // Exit out of the while loop
}
echo $i++;
}// Prints "012"
} // Prints "012"
for($i = 0; $i < 5; $i++){
if ($i === 3) {