Fix code style in Zip.class.php
authorTim Düsterhus <timwolla@googlemail.com>
Sun, 1 Feb 2015 01:53:14 +0000 (02:53 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Sun, 1 Feb 2015 01:53:14 +0000 (02:53 +0100)
wcfsetup/install/files/lib/system/io/Zip.class.php

index 094f37cde2568b01921fd1d41c4fa0ce4c67eb5e..48aab9e1a68f87e28b97ea777e84350e19a52f9c 100644 (file)
@@ -148,7 +148,8 @@ class Zip extends File implements IArchive {
                        }
                        
                        $this->seek(-5, SEEK_CUR);
-               } while(true);
+               }
+               while(true);
                
                if ($this->read(4) !== self::CENTRAL_DIRECTORY_SIGNATURE) throw new SystemException('Unable to locate central directory');
                $this->seek(-4, SEEK_CUR);