INFRA-132 - CRM/Case - phpcbf
[civicrm-core.git] / CRM / Case / Page / Tab.php
index b9314f5ac8812aea8253cfff4b62dbc266c3c2fa..279c025beff45c88be970ecc0c8c1320e0109962 100644 (file)
@@ -130,7 +130,6 @@ class CRM_Case_Page_Tab extends CRM_Core_Page {
         $this->_id
       );
 
-
     $controller->setEmbedded(TRUE);
 
     $controller->run();
@@ -206,8 +205,7 @@ class CRM_Case_Page_Tab extends CRM_Core_Page {
     if ($this->_action & CRM_Core_Action::VIEW) {
       $this->view();
     }
-    elseif (($this->_action &
-        (CRM_Core_Action::UPDATE | CRM_Core_Action::ADD |
+    elseif (($this->_action & (CRM_Core_Action::UPDATE | CRM_Core_Action::ADD |
           CRM_Core_Action::DELETE | CRM_Core_Action::RENEW
         )
       ) ||