From e65eefb5ef85e4a0359470dcac6c40c5b6157e91 Mon Sep 17 00:00:00 2001 From: Thomas Schlage Date: Mon, 3 Jun 2013 12:22:13 +0200 Subject: [PATCH] Fixed trailing whitespace --- wcfsetup/install/files/lib/system/io/ZipWriter.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/lib/system/io/ZipWriter.class.php b/wcfsetup/install/files/lib/system/io/ZipWriter.class.php index 0835e79781..4b2382a069 100644 --- a/wcfsetup/install/files/lib/system/io/ZipWriter.class.php +++ b/wcfsetup/install/files/lib/system/io/ZipWriter.class.php @@ -5,7 +5,7 @@ use wcf\util\StringUtil; /** * Creates a Zip file archive. - * + * * @author Marcel Werk * @copyright 2001-2012 WoltLab GmbH * @license GNU Lesser General Public License @@ -174,7 +174,7 @@ class ZipWriter { pack("V", strlen($headers)). "\x00\x00"; } - + /** * Converts an unix timestamp to Zip file time. * @@ -184,7 +184,7 @@ class ZipWriter { protected static function getDosDatetime($date) { // Ensure we have a numeric value $date = intval($date); - + $day = gmdate('d', $date); $month = gmdate('m', $date); $year = gmdate('Y', $date); -- 2.20.1