diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:39:34 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:39:34 +0100 |
commit | 14287f3e81d4d717ff49e640d799c579e593f0c0 (patch) | |
tree | 348736eabdf84407e299a117ab7430811eee93e1 /system/libraries/Sha1.php | |
parent | 68d29873fb155651f46523fdcfb9027102a89f1f (diff) |
Whitespace cleanup in libraries/
Diffstat (limited to 'system/libraries/Sha1.php')
-rw-r--r-- | system/libraries/Sha1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index ad747a001..05a42345a 100644 --- a/system/libraries/Sha1.php +++ b/system/libraries/Sha1.php @@ -88,7 +88,7 @@ class CI_SHA { $oldd = $d; $olde = $e; - for($j = 0; $j < 80; $j++) + for ($j = 0; $j < 80; $j++) { if ($j < 16) { |