From 99130d860804e91204863d101272c8458f0b2968 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 1 Feb 2015 02:53:14 +0100 Subject: [PATCH] Fix code style in Zip.class.php --- wcfsetup/install/files/lib/system/io/Zip.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.20.1