INFRA-132 - Put space after flow-control (if/switch/for/foreach/while)
[civicrm-core.git] / CRM / Group / Page / AJAX.php
index 86aa51b19677089229749fb9a5d3efd48caa0d62..a5ed2d72b14d6bf51301fbe4e86317df68118d27 100644 (file)
@@ -97,7 +97,7 @@ class CRM_Group_Page_AJAX {
       //add setting so this can be tested by unit test
       //@todo - ideally the portion of this that retrieves the groups should be extracted into a function separate
       // from the one which deals with web inputs & outputs so we have a properly testable & re-usable function
-      if(!empty($params['is_unit_test'])) {
+      if (!empty($params['is_unit_test'])) {
         return array($groups, $iFilteredTotal);
       }
       echo CRM_Utils_JSON::encodeDataTableSelector($groups, $sEcho, $iTotal, $iFilteredTotal, $selectorElements);