From a8cd28a7359e9f83c7d4d637244814c0b6ee2631 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 15 Nov 2012 11:19:11 -0500
Subject: [PATCH] Style fix.

---
 module/VuFind/src/VuFind/Controller/AjaxController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Controller/AjaxController.php b/module/VuFind/src/VuFind/Controller/AjaxController.php
index b5397c0e90e..9df1234efb6 100644
--- a/module/VuFind/src/VuFind/Controller/AjaxController.php
+++ b/module/VuFind/src/VuFind/Controller/AjaxController.php
@@ -803,7 +803,7 @@ class AjaxController extends AbstractBase
                 // Only retain numeric values!
                 if (preg_match("/^[0-9]+$/", $current['value'])) {
                     $newValues['data'][]
-                        = array($current['value'],$current['count']);
+                        = array($current['value'], $current['count']);
                 }
             }
             $retVal[$field] = $newValues;
-- 
GitLab