From: Tim Düsterhus Date: Sun, 1 Feb 2015 01:53:14 +0000 (+0100) Subject: Fix code style in Zip.class.php X-Git-Tag: 2.1.0_Beta_4~15^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=99130d860804e91204863d101272c8458f0b2968;p=GitHub%2FWoltLab%2FWCF.git Fix code style in Zip.class.php --- diff --git a/wcfsetup/install/files/lib/system/io/Zip.class.php b/wcfsetup/install/files/lib/system/io/Zip.class.php index 094f37cde2..48aab9e1a6 100644 --- a/wcfsetup/install/files/lib/system/io/Zip.class.php +++ b/wcfsetup/install/files/lib/system/io/Zip.class.php @@ -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);