INFRA-132 - Put space after flow-control (if/switch/for/foreach/while)
[civicrm-core.git] / CRM / Mailing / Form / Group.php
index cb381ab1bd453ac62a2aa5f1757b366f63423678..e2d6e9a76d42166c52ed187fd88d67d7a7ec5e2f 100644 (file)
@@ -303,7 +303,7 @@ class CRM_Mailing_Form_Group extends CRM_Contact_Form_Task {
 
     $this->assign('groupCount', count($groups));
     $this->assign('mailingCount', count($mailings));
-    if(count($groups) == 0 && count($mailings) == 0 && !$this->_searchBasedMailing) {
+    if (count($groups) == 0 && count($mailings) == 0 && !$this->_searchBasedMailing) {
       CRM_Core_Error::statusBounce("To send a mailing, you must have a valid group of recipients - either at least one group that's a Mailing List or at least one previous mailing or start from a search");
     }
   }