From: yashodha Date: Mon, 21 Mar 2016 13:57:21 +0000 (+0530) Subject: some more minor fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=137d9cf0dd0ac7e9f59e60245fee5c4d0b386b85;p=civicrm-core.git some more minor fixes --- diff --git a/CRM/Utils/Check/Component.php b/CRM/Utils/Check/Component.php index 490f93c748..d3cbaacfb8 100644 --- a/CRM/Utils/Check/Component.php +++ b/CRM/Utils/Check/Component.php @@ -57,4 +57,4 @@ abstract class CRM_Utils_Check_Component { return $messages; } -} \ No newline at end of file +} diff --git a/sql/GenerateGroups.php b/sql/GenerateGroups.php index 1a640e94e3..3857425a8e 100644 --- a/sql/GenerateGroups.php +++ b/sql/GenerateGroups.php @@ -69,3 +69,4 @@ for ($i = 1; $i <= $numGroups; $i++) { } + diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index dc05784d68..ee7a72c5e0 100644 --- a/sql/GenerateMailing.php +++ b/sql/GenerateMailing.php @@ -102,3 +102,4 @@ function generateRandomDate() { } +