changeset 80:121613e40d87

Remove trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Sep 2016 22:33:51 +0300
parents 8d8b361a76af
children 697846b47d17
files mgtool.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mgtool.php	Wed Sep 14 22:16:36 2016 +0300
+++ b/mgtool.php	Wed Sep 14 22:33:51 2016 +0300
@@ -113,7 +113,7 @@
   $img->setFormat($outFormat);
   $img->setImageCompression(Imagick::COMPRESSION_JPEG);
   $img->setImageCompressionQuality($outQuality);
- 
+
   $img->stripImage();
   if (!empty($profiles))
     $img->profileImage("icc", $profiles["icc"]);
@@ -348,7 +348,7 @@
 {
   if (!array_key_exists($field, $entry))
     return TRUE;
-  
+
   return ($entry[$field] < $cvalue);
 }