From: JKingsnorth Date: Thu, 18 Aug 2016 14:54:03 +0000 (+0100) Subject: Style fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9e848fc4f5b63d607e40ec5d9cee02fcc257c689;p=civicrm-core.git Style fix --- diff --git a/CRM/Dedupe/Merger.php b/CRM/Dedupe/Merger.php index 625756223c..ac2baa7f42 100644 --- a/CRM/Dedupe/Merger.php +++ b/CRM/Dedupe/Merger.php @@ -2118,7 +2118,7 @@ INNER JOIN civicrm_membership membership2 ON membership1.membership_type_id = m // and remove it from the current primary location (if there is one). // But only once for each entity. $set_primary = CRM_Utils_Array::value('set_other_primary', $migrationInfo['location_blocks'][$name][$blkCount]); - if (!$changePrimary && $set_primary == "1"){ + if (!$changePrimary && $set_primary == "1") { $otherBlockDAO->is_primary = 1; if ($primaryDAOId) { $removePrimaryDAO = new $daoName();