[ticket/11301] Guidelines: Add spaces in front and after the / operator.

PHPBB3-11301
This commit is contained in:
Andreas Fischer 2013-01-08 23:20:30 +01:00
parent 24befac7b4
commit 41a07eedeb

View file

@ -119,7 +119,7 @@ class captcha
$new_line = ''; $new_line = '';
$end = strlen($scanline) - ceil($width/2); $end = strlen($scanline) - ceil($width/2);
for ($i = (int) floor($width/2); $i < $end; $i++) for ($i = (int) floor($width / 2); $i < $end; $i++)
{ {
$pixel = ord($scanline{$i}); $pixel = ord($scanline{$i});