From 7607643a11fbaca5f87009c3adc2561f5d2aa0e6 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 27 Mar 2015 00:53:39 +1300 Subject: [PATCH] whitespace --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index e677a9cb96..85d6484c91 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -1041,7 +1041,7 @@ class CRM_Report_Form extends CRM_Core_Form { * Add filters to report. */ public function addFilters() { - $filters = $filterGroups =array(); + $filters = $filterGroups = array(); $count = 1; foreach ($this->_filters as $table => $attributes) { -- 2.25.1