Fix whitespace issues around parentheses
[lhc/web/wiklou.git] / includes / Block.php
index d582201..85cfe59 100644 (file)
@@ -1109,7 +1109,7 @@ class Block {
                $blocks = array();
                foreach ( $rows as $row ) {
                        $block = self::newFromRow( $row );
-                       if ( !$block->deleteIfExpired()  ) {
+                       if ( !$block->deleteIfExpired() ) {
                                $blocks[] = $block;
                        }
                }