From 55d450288cbe3035ef033d91dfd32ac89e4304cf Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Wed, 26 Oct 2011 02:56:27 +0000 Subject: [PATCH] some eol w/s --- includes/DefaultSettings.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7abf9f3829..1491f3b61f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -679,13 +679,13 @@ $wgSVGMetadataCutoff = 262144; $wgAllowTitlesInSVG = false; /** - * The maximum number of pixels a source image can have if it is to be scaled - * down by a scaler that requires the full source image to be decompressed - * and stored in decompressed form, before the thumbnail is generated. + * The maximum number of pixels a source image can have if it is to be scaled + * down by a scaler that requires the full source image to be decompressed + * and stored in decompressed form, before the thumbnail is generated. * - * This provides a limit on memory usage for the decompression side of the - * image scaler. The limit is used when scaling PNGs with any of the - * built-in image scalers, such as ImageMagick or GD. It is ignored for + * This provides a limit on memory usage for the decompression side of the + * image scaler. The limit is used when scaling PNGs with any of the + * built-in image scalers, such as ImageMagick or GD. It is ignored for * JPEGs with ImageMagick, and when using the VipsScaler extension. * * The default is 50 MB if decompressed to RGBA form, which corresponds to -- 2.20.1