remove tabs (whitespace only)
[civicrm-core.git] / CRM / Utils / Hook.php
index 6adb9d714d8332c0db963e67f779ff29fb48b881..8b780590112d3c31df6f14b6449134ac1418baa7 100644 (file)
@@ -181,8 +181,8 @@ abstract class CRM_Utils_Hook {
     foreach ($civiModules as $civiModule) {
       if (!file_exists($civiModule['filePath'])) {
         CRM_Core_Session::setStatus(
-               ts( 'Error loading module file (%1). Please restore the file or disable the module.', array(1 => $civiModule['filePath']) ),
-               ts( 'Warning'), 'error');
+          ts( 'Error loading module file (%1). Please restore the file or disable the module.', array(1 => $civiModule['filePath']) ),
+          ts( 'Warning'), 'error');
         continue;
       }
       include_once $civiModule['filePath'];