From d74139ea64bbbcca617ea36976a57fa297c61bc5 Mon Sep 17 00:00:00 2001 From: Michael McAndrew Date: Fri, 16 Mar 2018 00:11:46 +0000 Subject: [PATCH] spacing --- CRM/Utils/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index f834b852fd..e14982e1b4 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -1397,7 +1397,7 @@ class CRM_Utils_System { */ public static function civiExit($status = 0) { - if($status > 0){ + if ($status > 0) { http_response_code(500); } // move things to CiviCRM cache as needed -- 2.25.1