From 2699763b63b6a3cb9b6c2a5fba491652d95bb169 Mon Sep 17 00:00:00 2001 From: Allen Shaw Date: Wed, 28 Dec 2016 17:11:51 -0600 Subject: [PATCH] CRM-19447: Fix whitespace. --- CRM/Activity/BAO/Query.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Activity/BAO/Query.php b/CRM/Activity/BAO/Query.php index 78dccb7b892b..52cea737ad00 100644 --- a/CRM/Activity/BAO/Query.php +++ b/CRM/Activity/BAO/Query.php @@ -192,9 +192,9 @@ public static function whereClauseSingle(&$values, &$query) { case 'activity_engagement_level': case 'activity_id': case 'activity_campaign_id': - // We no longer expect "subject" as a specific criteria (as of CRM-19447), - // but I'm leaving this case just to reduce the chance of introducing a - // regression. + // We no longer expect "subject" as a specific criteria (as of CRM-19447), + // but I'm leaving this case just to reduce the chance of introducing a + // regression. case 'activity_subject': $qillName = $name;