some eol w/s
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 26 Oct 2011 02:56:27 +0000 (02:56 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 26 Oct 2011 02:56:27 +0000 (02:56 +0000)
includes/DefaultSettings.php

index 7abf9f3..1491f3b 100644 (file)
@@ -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