CRM-13640. Correct whitespace.
authorChris Burgess <chris@giantrobot.co.nz>
Tue, 23 Aug 2016 21:33:37 +0000 (09:33 +1200)
committerChris Burgess <chris@giantrobot.co.nz>
Tue, 23 Aug 2016 21:33:37 +0000 (09:33 +1200)
CRM/Core/Error.php

index 65627e3b515113665c27fc9e60956cb2a752c1c6..3298e349d79c97b1afacab63c945bea620e8c0e1 100644 (file)
@@ -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);
   }
 
   /**