w/s changes.
[lhc/web/wiklou.git] / includes / Block.php
index 25b02ff..fb294f1 100644 (file)
@@ -21,7 +21,7 @@
  */
 class Block {
        /* public*/ var $mReason, $mTimestamp, $mAuto, $mExpiry, $mHideName, $mAngryAutoblock;
-       
+
        protected
                $mId,
                $mFromMaster,
@@ -262,7 +262,7 @@ class Block {
                                # This has the nice property that a /32 block is ranked equally with a
                                # single-IP block, which is exactly what it is...
                                $score = self::TYPE_RANGE  - 1 + ( $size / 128 );
-                               
+
                        } else {
                                $score = $block->getType();
                        }