From: JKingsnorth Date: Wed, 5 Aug 2015 09:31:05 +0000 (+0100) Subject: Checkstyle fix - one pesky whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cc7968d8a8cc3b6008257018642334d5424be8d9;p=civicrm-core.git Checkstyle fix - one pesky whitespace --- diff --git a/api/v3/GroupContact.php b/api/v3/GroupContact.php index 98efb573bb..824afc8284 100644 --- a/api/v3/GroupContact.php +++ b/api/v3/GroupContact.php @@ -190,7 +190,7 @@ function _civicrm_api3_group_contact_common($params, $op = 'Added') { $contactIDs = array(); $groupIDs = array(); - // CRM-16959: Handle multiple Contact IDs and Group IDs in legacy format + // CRM-16959: Handle multiple Contact IDs and Group IDs in legacy format // (contact_id.1, contact_id.2) or as an array foreach ($params as $n => $v) { if (substr($n, 0, 10) == 'contact_id') {