From: Chris Burgess Date: Tue, 23 Aug 2016 21:33:37 +0000 (+1200) Subject: CRM-13640. Correct whitespace. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=315ca480d68049fec5f3b0014d78f905459bb870;p=civicrm-core.git CRM-13640. Correct whitespace. --- diff --git a/CRM/Core/Error.php b/CRM/Core/Error.php index 65627e3b51..3298e349d7 100644 --- a/CRM/Core/Error.php +++ b/CRM/Core/Error.php @@ -665,7 +665,7 @@ class CRM_Core_Error extends PEAR_ErrorStack { ); // Trim 8 chars off the string, make it slightly easier to find // but reveals less information from the hash. - return substr(md5(var_export($md5inputs,1)), 8); + return substr(md5(var_export($md5inputs, 1)), 8); } /**