From 2eea87df8a11cfe4bf762ebb6b320a737acca561 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 17 Apr 2010 21:16:06 +0000 Subject: [PATCH] Stylize. --- includes/Block.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Block.php b/includes/Block.php index f3e8d9ab5a..db5a52161f 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -377,9 +377,9 @@ class Block { * * @return Boolean: whether or not the insertion was successful. */ - public function insert($dbw = null) { + public function insert( $dbw = null ) { wfDebug( "Block::insert; timestamp {$this->mTimestamp}\n" ); - if ( $dbw === null) + if ( $dbw === null ) $dbw = wfGetDB( DB_MASTER ); $this->validateBlockParams(); -- 2.20.1