diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:26:20 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:26:20 +0100 |
commit | 45e3cdf52d7438c5a6adf70835d96cfeab1eea0e (patch) | |
tree | c7a688c9397dcf97ac71010832824f6770dd324c /system/helpers/smiley_helper.php | |
parent | feba2de9287ed2c5d43e555fc52ce2bdedfed0d9 (diff) |
Whitespace cleanup for code consistency
Diffstat (limited to 'system/helpers/smiley_helper.php')
-rw-r--r-- | system/helpers/smiley_helper.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php index 80a8d79ad..463881f58 100644 --- a/system/helpers/smiley_helper.php +++ b/system/helpers/smiley_helper.php @@ -59,7 +59,7 @@ if ( ! function_exists('smiley_js')) if (is_array($alias)) { - foreach($alias as $name => $id) + foreach ($alias as $name => $id) { $m[] = '"'.$name.'" : "'.$id.'"'; } @@ -101,7 +101,7 @@ EOF; { if (is_array($alias)) { - foreach($alias as $name => $id) + foreach ($alias as $name => $id) { $r .= 'smiley_map["'.$name.'"] = "'.$id.'";'."\n"; } |