INFRA-132 - CRM/Core - phpcbf
[civicrm-core.git] / CRM / Core / Smarty / plugins / block.crmRegion.php
index f6ecb0c34e52a3bc7fad81e2b841862283f8eefa..4f185d7fb72e9bb5805d7f587b50b32f0005d177 100644 (file)
@@ -18,7 +18,8 @@
  */
 function smarty_block_crmRegion($params, $content, &$smarty, &$repeat)
 {
-  if ($repeat) return;
+  if ($repeat) { return;
+  }
   require_once 'CRM/Core/Region.php';
   $region = CRM_Core_Region::instance($params['name'], FALSE);
   if ($region) {