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/Zip.php | |
parent | 68d29873fb155651f46523fdcfb9027102a89f1f (diff) |
Whitespace cleanup in libraries/
Diffstat (limited to 'system/libraries/Zip.php')
-rw-r--r-- | system/libraries/Zip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index 80633c708..666327d5c 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -289,7 +289,7 @@ class CI_Zip { while (FALSE !== ($file = readdir($fp))) { - if(substr($file, 0, 1) == '.') + if (substr($file, 0, 1) == '.') { continue; } |