Fix whitespace
authorJohn Kingsnorth <john@johnkingsnorth.co.uk>
Thu, 26 Feb 2015 21:12:23 +0000 (21:12 +0000)
committerJohn Kingsnorth <john@johnkingsnorth.co.uk>
Thu, 26 Feb 2015 21:12:23 +0000 (21:12 +0000)
CRM/Contact/BAO/Contact.php

index 55017960ae97c01ecd677f4e0a2ce7bcef9171ac..5d643efdb6819e2b01c4c64cd8cd7d2361dcd3d2 100644 (file)
@@ -1867,7 +1867,7 @@ ORDER BY civicrm_email.is_primary DESC";
       if (($session->get('authSrc') & (CRM_Core_Permission::AUTH_SRC_CHECKSUM + CRM_Core_Permission::AUTH_SRC_LOGIN)) == 0) {
         $params['updateBlankLocInfo'] = FALSE;
       }
-      
+
       $editHook = TRUE;
       CRM_Utils_Hook::pre('edit', 'Profile', $contactID, $params);
     }