From: sunil Date: Sat, 28 Mar 2015 06:46:42 +0000 (+0530) Subject: added empty line before closing brace for the class X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5793f1d9a64944a9c8c508c933227ba02a7604aa;p=civicrm-core.git added empty line before closing brace for the class --- diff --git a/CRM/Utils/Array.php b/CRM/Utils/Array.php index fa2bb05654..927b9670b8 100644 --- a/CRM/Utils/Array.php +++ b/CRM/Utils/Array.php @@ -861,4 +861,5 @@ class CRM_Utils_Array { } return $arrayDiff; } + }