From fea8fefdfe705ca04afb37db1b5cc7e3a1a565a7 Mon Sep 17 00:00:00 2001 From: mgbdev Date: Thu, 14 Nov 2013 18:11:10 +0530 Subject: [PATCH] CRM-10225 indentation fix --- CRM/Price/Form/Field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Price/Form/Field.php b/CRM/Price/Form/Field.php index 510b0de3e1..508304b88a 100644 --- a/CRM/Price/Form/Field.php +++ b/CRM/Price/Form/Field.php @@ -155,7 +155,7 @@ class CRM_Price_Form_Field extends CRM_Core_Form { } $enabledComponents = CRM_Core_Component::getEnabledComponents(); $eventComponentId = NULL; - if (array_key_exists('CiviEvent',$enabledComponents)){ + if (array_key_exists('CiviEvent',$enabledComponents)) { $eventComponentId = CRM_Core_Component::getComponentID('CiviEvent'); } -- 2.25.1