commit | 45e3cdf52d7438c5a6adf70835d96cfeab1eea0e | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:26:20 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:26:20 2011 -0500 |
tree | c7a688c9397dcf97ac71010832824f6770dd324c | |
parent | feba2de9287ed2c5d43e555fc52ce2bdedfed0d9 [diff] [blame] |
Whitespace cleanup for code consistency
diff --git a/system/helpers/captcha_helper.php b/system/helpers/captcha_helper.php index c0e3798..19ec0c7 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php
@@ -87,7 +87,7 @@ $current_dir = @opendir($img_path); - while($filename = @readdir($current_dir)) + while ($filename = @readdir($current_dir)) { if ($filename != "." and $filename != ".." and $filename != "index.html") {