INFRA-132 - Remove white space after an opening "(" or before a closing ")"
[civicrm-core.git] / CRM / Contribute / Page / SubscriptionStatus.php
index 98bdd061807ac438f2755060ebce73457fdbed3d..da9f814c6eb51852b5753b518f083619b7e4514f 100644 (file)
@@ -48,10 +48,10 @@ class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page {
     $this->assign('task', $task);
     $this->assign('result', $result);
 
-    if ( $task == 'billing' ) {
+    if ($task == 'billing') {
       $session   = CRM_Core_Session::singleton();
       $tplParams = $session->get('resultParams');
-      foreach ( $tplParams as $key => $val ) {
+      foreach ($tplParams as $key => $val) {
         $this->assign($key, $val);
       }
     }