From deb50ba303c97be4ec53e9853329c90ddb68959b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 14 Mar 2013 20:16:16 -0700 Subject: [PATCH] Whitespace cleanup --- CRM/Contact/Form/Search.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CRM/Contact/Form/Search.php b/CRM/Contact/Form/Search.php index 4764ce9fed..01b48d2aa5 100644 --- a/CRM/Contact/Form/Search.php +++ b/CRM/Contact/Form/Search.php @@ -575,9 +575,9 @@ class CRM_Contact_Form_Search extends CRM_Core_Form { $this->_done = FALSE; /* - * we allow the controller to set force/reset externally, useful when we are being - * driven by the wizard framework - */ + * we allow the controller to set force/reset externally, useful when we are being + * driven by the wizard framework + */ $this->_reset = CRM_Utils_Request::retrieve('reset', 'Boolean', CRM_Core_DAO::$_nullObject @@ -789,10 +789,10 @@ class CRM_Contact_Form_Search extends CRM_Core_Form { $this->postProcess(); /* - * Note that we repeat this, since the search creates and stores - * values that potentially change the controller behavior. i.e. things - * like totalCount etc - */ + * Note that we repeat this, since the search creates and stores + * values that potentially change the controller behavior. i.e. things + * like totalCount etc + */ $sortID = NULL; if ($this->get(CRM_Utils_Sort::SORT_ID)) { $sortID = CRM_Utils_Sort::sortIDValue($this->get(CRM_Utils_Sort::SORT_ID), -- 2.25.1