From bd14c83f57ba2ff2e38b4621393e29125001d197 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Frank=20J=2E=20G=C3=B3mez?= Date: Mon, 12 May 2014 18:49:35 -0400 Subject: [PATCH] Whitespace change for readability. --- CRM/Event/Form/Registration/Register.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CRM/Event/Form/Registration/Register.php b/CRM/Event/Form/Registration/Register.php index 2210e7a653..aba61f1c5e 100644 --- a/CRM/Event/Form/Registration/Register.php +++ b/CRM/Event/Form/Registration/Register.php @@ -325,7 +325,10 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration { if (!empty($this->_fields) && !empty($this->_values['custom_pre_id'])) { $profileAddressFields = array(); foreach ($this->_fields as $key => $value) { - CRM_Core_BAO_UFField::assignAddressField($key, $profileAddressFields, array('uf_group_id' => $this->_values['custom_pre_id'])); } + CRM_Core_BAO_UFField::assignAddressField($key, $profileAddressFields, array( + 'uf_group_id' => $this->_values['custom_pre_id'] + )); + } $this->set('profileAddressFields', $profileAddressFields); } -- 2.25.1