INFRA-132 - Copyright header - Drupal.WhiteSpace.ScopeIndent.IncorrectExact
[civicrm-core.git] / CRM / Admin / Form / Persistent.php
index c0014595e7703bbb6abd9b2893d96f0faeed2229..61965bea9cf8f109ea8a53a7f4663032728c58ed 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -40,8 +40,8 @@ class CRM_Admin_Form_Persistent extends CRM_Core_Form {
 
   public function preProcess() {
     $this->_indexID = CRM_Utils_Request::retrieve('id', 'Integer', $this, FALSE);
-    $this->_config  = CRM_Utils_Request::retrieve('config', 'Integer', $this, 0);
-    $this->_action  = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE);
+    $this->_config = CRM_Utils_Request::retrieve('config', 'Integer', $this, 0);
+    $this->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE);
 
     $session = CRM_Core_Session::singleton();
     $session->pushUserContext(CRM_Utils_System::url('civicrm/admin/tplstrings', 'reset=1'));
@@ -100,4 +100,5 @@ class CRM_Admin_Form_Persistent extends CRM_Core_Form {
 
     CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm/admin/tplstrings', "reset=1"));
   }
+
 }