Meant to include these: feed the OCD: eol w/s
authorMark A. Hershberger <mah@users.mediawiki.org>
Tue, 1 Nov 2011 18:32:05 +0000 (18:32 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Tue, 1 Nov 2011 18:32:05 +0000 (18:32 +0000)
includes/objectcache/EmptyBagOStuff.php
includes/objectcache/ObjectCache.php

index e956e2e..2aee6b1 100644 (file)
@@ -19,7 +19,7 @@ class EmptyBagOStuff extends BagOStuff {
        }
 }
 
-/** 
+/**
  * Backwards compatibility alias for EmptyBagOStuff
  * @deprecated since 1.18
  */
index 99e3895..a9c5207 100644 (file)
@@ -43,7 +43,7 @@ class ObjectCache {
                global $wgObjectCaches;
 
                if ( !isset( $wgObjectCaches[$id] ) ) {
-                       throw new MWException( "Invalid object cache type \"$id\" requested. " . 
+                       throw new MWException( "Invalid object cache type \"$id\" requested. " .
                                "It is not present in \$wgObjectCaches." );
                }
 
@@ -106,11 +106,11 @@ class ObjectCache {
 
        /**
         * Factory function that creates a memcached client object.
-        * The idea of this is that it might eventually detect and automatically 
+        * The idea of this is that it might eventually detect and automatically
         * support the PECL extension, assuming someone can get it to compile.
         *
         * @param $params array
-        * 
+        *
         * @return MemcachedPhpBagOStuff
         */
        static function newMemcached( $params ) {